Cancel buy something

This commit is contained in:
2026-04-13 17:47:58 -04:00
parent 4df79550ea
commit 157bdba5fd
2 changed files with 19 additions and 18 deletions

View File

@@ -48,7 +48,7 @@ def debug_menu():
while True:
match select(
"choose ur way of breaking the game",
["Breakpoint", "Fix hash", "Back"],
["Breakpoint", "Fix hash", "Debug settings", "Back"],
hide_debug=True,
):
case "Breakpoint":