summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/toy.groovy1
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();
}