diff options
-rw-r--r-- | scripts/toy.groovy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 7e529ae..e927151 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -1062,6 +1062,7 @@ def sessionPlay = { def apply = { activitity, use = null -> if (!activitity) return; def val = (Float)activitity(); + playBackgroundSound(null); if (use) { use(val); } |