diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-03 17:27:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-03 17:27:24 -0300 |
commit | ddba0c17b630c597988fe0b0bdba6b2a368970f7 (patch) | |
tree | e2ba8c7b6573059d705ad9c59e1816a329c5705f /game/core.rpy | |
parent | 437de0bed82602fe0efe381f9a90c43011ef9762 (diff) | |
download | renpy-ddba0c17b630c597988fe0b0bdba6b2a368970f7.tar.gz renpy-ddba0c17b630c597988fe0b0bdba6b2a368970f7.tar.bz2 renpy-ddba0c17b630c597988fe0b0bdba6b2a368970f7.tar.xz renpy-ddba0c17b630c597988fe0b0bdba6b2a368970f7.zip |
Linux now uses custom configuration. I'll need a windows volunteer.
Diffstat (limited to 'game/core.rpy')
-rw-r--r-- | game/core.rpy | 12 |
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) |