diff options
Diffstat (limited to 'scripts/toy/play.groovy')
-rw-r--r-- | scripts/toy/play.groovy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/toy/play.groovy b/scripts/toy/play.groovy index 6889693..b892a04 100644 --- a/scripts/toy/play.groovy +++ b/scripts/toy/play.groovy @@ -320,4 +320,5 @@ { toy.stateIs(toyState) }) }; toy.playSchedule(); + return null; } |