diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-10 00:35:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-10 00:35:43 -0300 |
commit | eb88008256d385aac9190ad537f83b6e813d50da (patch) | |
tree | 0df4a53c0d3ecfbe569716cce3244eb6912d8afd /game | |
parent | e6657c317fc3ae618497258bdbbb45e9fed63ccf (diff) | |
download | renpy-eb88008256d385aac9190ad537f83b6e813d50da.tar.gz renpy-eb88008256d385aac9190ad537f83b6e813d50da.tar.bz2 renpy-eb88008256d385aac9190ad537f83b6e813d50da.tar.xz renpy-eb88008256d385aac9190ad537f83b6e813d50da.zip |
Fix broken URL
Diffstat (limited to 'game')
-rw-r--r-- | game/core.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/core.rpy b/game/core.rpy index 215a719..e1095d2 100644 --- a/game/core.rpy +++ b/game/core.rpy @@ -53,7 +53,7 @@ init -3 python: VAULT_CERT = "http://localhost/launcher/cert.pem" else: VAULT_HOST = "http://api.tmw2.org:13370" - VAULT_CERT = "http://tmw2.org/launcher/cert.pem" + VAULT_CERT = "https://tmw2.org/launcher/cert.pem" ############################################################################# # Encodes something to md5 |