summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-09 14:57:29 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-09 14:57:29 -0300
commit04ed297a016ff8df71598ce74fb5a4e634d50401 (patch)
tree935aa680a2cba457ba9f119de2c4b89fd2040c26
parent1f06c76949e124dfd3f51200da96b04f4ff97b2c (diff)
downloadrenpy-04ed297a016ff8df71598ce74fb5a4e634d50401.tar.gz
renpy-04ed297a016ff8df71598ce74fb5a4e634d50401.tar.bz2
renpy-04ed297a016ff8df71598ce74fb5a4e634d50401.tar.xz
renpy-04ed297a016ff8df71598ce74fb5a4e634d50401.zip
Host list: Handle localhost first.
Non dev instances will fail at first statement (404 or unreachable). Should not cause a significative slowdown.
-rw-r--r--game/options.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/options.rpy b/game/options.rpy
index 4dcc77f..f8f879d 100644
--- a/game/options.rpy
+++ b/game/options.rpy
@@ -28,7 +28,7 @@ define config.version = "21.05.07"
## The list of providers.
-define HOST_LIST = ["https://tmw2.org/launcher", "http://localhost/launcher"]
+define HOST_LIST = ["http://localhost/launcher", "https://tmw2.org/launcher"]
## Text that is placed on the game's about screen. Place the text between the