diff options
Diffstat (limited to 'game')
-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): |