diff --git a/game.py b/game.py index 3386082..f121312 100644 --- a/game.py +++ b/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