diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-08 18:49:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-08 18:49:34 -0300 |
commit | 57dab1fef9dd789140a097f76f75f518b0334f8d (patch) | |
tree | 66f1956a65b5740cddb8f76a4def1e799af58b53 | |
parent | 377867104beb2d82e33ebd4bb663f9d5190912ce (diff) | |
download | renpy-2021.05.07+2.tar.gz renpy-2021.05.07+2.tar.bz2 renpy-2021.05.07+2.tar.xz renpy-2021.05.07+2.zip |
This code used to work... Why it stopped working O.ov2021.05.07+2
-rw-r--r-- | game/client.rpy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/game/client.rpy b/game/client.rpy index 13714b4..db2b6a6 100644 --- a/game/client.rpy +++ b/game/client.rpy @@ -24,6 +24,7 @@ init 2 python: init 1 python: ############################################################################# def download_manaplus(fname): + installdir=get_path("manaplus") status_update("Downloading %s on RAM..." % fname, 62) r=requests.get(persistent.host+"/%s" % fname, timeout=60.0) if (r.status_code != 200): |