fix: desition -> decision
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Zoltan Timar
2026-02-18 21:42:40 +01:00
parent 0640964ee4
commit 7b263bb454
20 changed files with 109 additions and 103 deletions

View File

@@ -0,0 +1,6 @@
DecisionManager.register({
id = "play_ddr",
label = "Play DDR (Random)",
handle = function() MinigameDDRWindow.start(WINDOW_GAME, nil) end,
condition = function() return true end
})