diff options
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.") |