remove manager postfixes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
2026-02-21 21:35:40 +01:00
parent f02bb75e4f
commit 1a4565428d
21 changed files with 37 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
DecisionManager.register({
Decision.register({
id = "play_button_mash",
label = "Play Button Mash",
handle = function() Meters.hide() MinigameButtonMashWindow.start(WINDOW_GAME) end,