This commit is contained in:
2026-04-17 18:23:05 -04:00
parent a3e6ed577a
commit d8460826db

View File

@@ -82,11 +82,11 @@ class Game:
return
def run(self):
title()
if os.path.exists("WEB_VERSION"):
print(
"This is a web version of Whiskerbound, saving/loading is disabled. As soon as you quit this page, your savefile is gone."
)
title()
if os.path.exists("debug.json"):
bypass_tamper_check = False
debug_config = None