From ec176c607c5980ec1b213eaac0fbff5c8bed823a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 15 Dec 2020 23:58:33 -0300 Subject: De-hardcode server list (so it might be possible to add new ones laterâ„¢) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game/script.rpy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'game/script.rpy') diff --git a/game/script.rpy b/game/script.rpy index c69e546..c87def8 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -61,8 +61,7 @@ init python: stdout("ERROR RECEIVED") stdout("More details: %s" % repr(err)) stdout("An error happened: %s" % str(err)) - renpy.full_restart() - raise err + renpy.full_restart() # maybe renpy.quit(relaunch=True) ? # Inform you are now ingame label start: -- cgit v1.2.3-60-g2f50