summaryrefslogtreecommitdiff
path: root/game/core.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/core.rpy')
-rw-r--r--game/core.rpy12
1 files changed, 6 insertions, 6 deletions
diff --git a/game/core.rpy b/game/core.rpy
index 8dbd79e..1914c54 100644
--- a/game/core.rpy
+++ b/game/core.rpy
@@ -210,12 +210,12 @@ init -3 python:
init 10 python:
########
## Force Update
- if persistent.version != config.version:
- persistent.version = config.version
- if (persistent.evol2cli is not None and
- persistent.host is not None and
- handle_client(launch=True, download=False)):
- md5check_client(silent=True)
+ #if persistent.version != config.version:
+ # persistent.version = config.version
+ # if (persistent.evol2cli is not None and
+ # persistent.host is not None and
+ # handle_client(launch=True, download=False)):
+ # md5check_client(silent=True)
persistent.last_run = now()
mp = MultiPersistent("vault.themanaworld.org", True)