summaryrefslogtreecommitdiff
path: root/game/script.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-15 23:58:33 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-15 23:58:33 -0300
commitec176c607c5980ec1b213eaac0fbff5c8bed823a (patch)
tree6ebb784e9a181aee0d56cd35df42524ab3ea5ce6 /game/script.rpy
parent00fba63a2f2f7684e57e519f9f8eea67982997df (diff)
downloadclient-ec176c607c5980ec1b213eaac0fbff5c8bed823a.tar.gz
client-ec176c607c5980ec1b213eaac0fbff5c8bed823a.tar.bz2
client-ec176c607c5980ec1b213eaac0fbff5c8bed823a.tar.xz
client-ec176c607c5980ec1b213eaac0fbff5c8bed823a.zip
De-hardcode server list (so it might be possible to add new ones laterâ„¢)
Diffstat (limited to 'game/script.rpy')
-rw-r--r--game/script.rpy3
1 files changed, 1 insertions, 2 deletions
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: