diff options
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r-- | scripts/toy.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 948dd00..a043117 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -1663,7 +1663,7 @@ while (true) { def act = opts[opt].act; if (act) act(opts[opt].arg); - else + else if (is("DEBUG")) return "toy"; } addAvail(clickTime); |