Fixed some Debug menu options closing the Debug menu automatically when they shouldn't

This commit is contained in:
Maruno17
2021-02-26 19:49:55 +00:00
parent 4e43a06f1b
commit dd0bbe5da4
2 changed files with 35 additions and 1 deletions

View File

@@ -126,7 +126,7 @@ def pbDebugMenu(show_all = true)
elsif cmd == "warp"
return if DebugMenuCommands.call("effect", cmd, sprites, viewport)
else
return if DebugMenuCommands.call("effect", cmd)
DebugMenuCommands.call("effect", cmd)
end
end
pbPlayCloseMenuSE