diff options
Diffstat (limited to 'game/core.rpy')
-rw-r--r-- | game/core.rpy | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/game/core.rpy b/game/core.rpy index 7361a6f..f24fa53 100644 --- a/game/core.rpy +++ b/game/core.rpy @@ -184,6 +184,16 @@ init -3 python: ## End FATAL mode ############################################################# +init 10 python: + ######## + ## Force Update + if persistent.version != config.version: + persistent.version = config.version + if (persistent.client is not None and + persistent.host is not None and + handle_client(launch=True, download=False)): + md5check_client(silent=True) + ######### Done with pre-init label splashscreen: show TMW2 at truecenter with fade |