summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--game/update.rpy1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/update.rpy b/game/update.rpy
index 1a3adf5..4fc2d33 100644
--- a/game/update.rpy
+++ b/game/update.rpy
@@ -122,6 +122,7 @@ init python:
try:
if not update_serverlist(host):
raise Exception("Mirror serverlist error")
+ break
except:
stdout("An error happened on mirror \"%s\"." % host.split("//")[1])
stdout("\nTrying next mirror...\n")