From 502e289b65eae3d492f1ab9460af11b2153237d3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 10 May 2021 22:31:24 -0300 Subject: Fix spurious pause --- game/renpy.rpy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'game') 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 -- cgit v1.2.3-70-g09d2