diff options
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r-- | scripts/toy.groovy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index a769153..93cd179 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -757,6 +757,7 @@ def clampsShow = { wait(10); }; def preClamps = { + if (!has(CLAMPS)) return; if (is(CLAMPED)) { clampsShow(); } |