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