summaryrefslogtreecommitdiff
path: root/game/01_init.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-18 15:09:10 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-18 15:09:10 -0300
commit9166ecb29d9c8083e5b12117ec77027c09aecdac (patch)
treea21c27938e306d5ff86d04b1ae4038c7b5fb50d7 /game/01_init.rpy
parentc401f66528fce083f93fbd0485ad29c5266d77af (diff)
downloadclient-9166ecb29d9c8083e5b12117ec77027c09aecdac.tar.gz
client-9166ecb29d9c8083e5b12117ec77027c09aecdac.tar.bz2
client-9166ecb29d9c8083e5b12117ec77027c09aecdac.tar.xz
client-9166ecb29d9c8083e5b12117ec77027c09aecdac.zip
Be verbose, do more attempts, execute LOADER while server is doing other stuff.
This is because LOADER will try to download news and this might be slow. LOADER will only begin after game data was started to be fetched from internet
Diffstat (limited to 'game/01_init.rpy')
-rw-r--r--game/01_init.rpy5
1 files changed, 2 insertions, 3 deletions
diff --git a/game/01_init.rpy b/game/01_init.rpy
index ea71f99..9d45917 100644
--- a/game/01_init.rpy
+++ b/game/01_init.rpy
@@ -251,8 +251,8 @@ init -3 python:
# URL3 Function
def GAME_UPDATER():
- global tr_load
- tr_load=False
+ global tr_uptodate
+ tr_uptodate=False
# If no version is provided, we are using default files
# Default files version is "1" (Should never happen)
@@ -321,6 +321,5 @@ init -3 python:
# Handled by GAME_LOADER
tr_uptodate=True
- tr_load=True
return tr_load