diff options
Diffstat (limited to 'game')
-rw-r--r-- | game/script.rpy | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/game/script.rpy b/game/script.rpy index 0e0ed5d..c479932 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -51,11 +51,7 @@ label start: $ stdout("Connection established!") # Run updater - python: - tr_load=False - renpy.invoke_in_thread(GAME_UPDATER) - while not tr_load: - sdelay() + $ renpy.invoke_in_thread(GAME_UPDATER) # Open game scene bg town with Dissolve(0.3) |