From 071753cf618ceb51c0b2bda38e7d508af8c4ff4b Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 1 Jan 2019 17:07:52 +0000 Subject: Back only causes reload in debug --- scripts/toy.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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); -- cgit v1.2.3