diff options
-rw-r--r-- | scripts/toy.groovy | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 9a74581..53caf2a 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -1418,9 +1418,7 @@ def beginPlan = { rt, plan, args -> } setAway(plan); removeEvent(PLAY); - if (rt) { - exit(); - } + showLounge(); }; def endPlan = { rt, plan -> save("toy.owner.outfitTime", getTime()); |