summaryrefslogtreecommitdiff
path: root/game/script.rpy
diff options
context:
space:
mode:
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: