summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-10 01:17:49 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-10 01:17:49 -0300
commit3d707d62fcc332971a3aeb690ed2488f46adc1ad (patch)
treed59baef0e8ce78639aedbec3f83d4db3ca676f5a
parent515e444e723525d251bdad80ccc9b1209a3abf46 (diff)
downloadrenpy-3d707d62fcc332971a3aeb690ed2488f46adc1ad.tar.gz
renpy-3d707d62fcc332971a3aeb690ed2488f46adc1ad.tar.bz2
renpy-3d707d62fcc332971a3aeb690ed2488f46adc1ad.tar.xz
renpy-3d707d62fcc332971a3aeb690ed2488f46adc1ad.zip
I almost forgot, but - API is now running under HTTPS.
Possibly could keep a port for HTTP but... Nah. HTTP is only useful for Android and that would be horrible to implement.
-rw-r--r--game/core.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/core.rpy b/game/core.rpy
index 343a703..858839a 100644
--- a/game/core.rpy
+++ b/game/core.rpy
@@ -136,7 +136,7 @@ init -3 python:
VAULT_HOST = "https://localhost:13370"
VAULT_CERT = "http://localhost/launcher/cert.pem"
else:
- VAULT_HOST = "http://api.tmw2.org:13370"
+ VAULT_HOST = "https://api.tmw2.org:13370"
VAULT_CERT = "https://tmw2.org/launcher/cert.pem"
###################