diff options
-rw-r--r-- | game/renpy.rpy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/game/renpy.rpy b/game/renpy.rpy index edbcf53..bbb8275 100644 --- a/game/renpy.rpy +++ b/game/renpy.rpy @@ -113,7 +113,8 @@ label start: if not responsive: scene black centered "{color=#FFF}{b}An error happened.{/b}\n\nPlease login again. If this issue persists, relaunch the app or {a=https://discord.gg/BQNTe68}contact us{/a}{/color}" - jump die + $ stdout("Program died - unsucessful game launch") + return # Automatically loop back # Will never reach this line |