summaryrefslogtreecommitdiff
path: root/game/client.rpy
diff options
context:
space:
mode:
authorAdministrator <admin@themanaworld.org>2022-06-16 21:15:18 +0000
committerAdministrator <admin@themanaworld.org>2022-06-16 21:15:18 +0000
commitf30f61adfa3701d60ea4e4d9bc9d1b51b603ffea (patch)
tree9f909bd9535653a18cbb239ea2dd225110b7f7cb /game/client.rpy
parentb309d6e3b682142e76ddcb635fe107f737c8edd0 (diff)
downloadrenpy-f30f61adfa3701d60ea4e4d9bc9d1b51b603ffea.tar.gz
renpy-f30f61adfa3701d60ea4e4d9bc9d1b51b603ffea.tar.bz2
renpy-f30f61adfa3701d60ea4e4d9bc9d1b51b603ffea.tar.xz
renpy-f30f61adfa3701d60ea4e4d9bc9d1b51b603ffea.zip
Add Support for Renpy 8
Diffstat (limited to 'game/client.rpy')
-rw-r--r--game/client.rpy2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/client.rpy b/game/client.rpy
index 4c80ad7..771318f 100644
--- a/game/client.rpy
+++ b/game/client.rpy
@@ -112,6 +112,8 @@ init 2 python:
else:
app=CMD(OPT, PWD)
+ if not LEGACY:
+ app=app.returncode
## Determine error messages
if app == 7:
stdout("[CLIENT] Mirror Lake triggered.")