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 return
def run(self): def run(self):
title()
if os.path.exists("WEB_VERSION"): if os.path.exists("WEB_VERSION"):
print( print(
"This is a web version of Whiskerbound, saving/loading is disabled. As soon as you quit this page, your savefile is gone." "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"): if os.path.exists("debug.json"):
bypass_tamper_check = False bypass_tamper_check = False
debug_config = None debug_config = None