From d8460826db2c25f750bc567194ba14bd3f3b0590 Mon Sep 17 00:00:00 2001 From: Owen Feldman Date: Fri, 17 Apr 2026 18:23:05 -0400 Subject: [PATCH] fix --- game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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