diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-09 14:57:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-09 14:57:29 -0300 |
commit | 04ed297a016ff8df71598ce74fb5a4e634d50401 (patch) | |
tree | 935aa680a2cba457ba9f119de2c4b89fd2040c26 /game | |
parent | 1f06c76949e124dfd3f51200da96b04f4ff97b2c (diff) | |
download | renpy-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.
Diffstat (limited to 'game')
-rw-r--r-- | game/options.rpy | 2 |
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 |