fix
This commit is contained in:
2
game.py
2
game.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user