diff options
author | Administrator <admin@themanaworld.org> | 2022-06-16 21:15:18 +0000 |
---|---|---|
committer | Administrator <admin@themanaworld.org> | 2022-06-16 21:15:18 +0000 |
commit | f30f61adfa3701d60ea4e4d9bc9d1b51b603ffea (patch) | |
tree | 9f909bd9535653a18cbb239ea2dd225110b7f7cb /game/client.rpy | |
parent | b309d6e3b682142e76ddcb635fe107f737c8edd0 (diff) | |
download | renpy-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.rpy | 2 |
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.") |