summaryrefslogtreecommitdiff
path: root/game/screens.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-15 23:05:56 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-15 23:05:56 -0300
commit30eb596c618dfccc9f0b844a2278f6c8fff5f18c (patch)
treee93d78f1b8e313c22ed1f576d4dcd396e951f455 /game/screens.rpy
parent5f9ccb1f591123d2a8c2c938090c4effb3f2a4bd (diff)
downloadclient-30eb596c618dfccc9f0b844a2278f6c8fff5f18c.tar.gz
client-30eb596c618dfccc9f0b844a2278f6c8fff5f18c.tar.bz2
client-30eb596c618dfccc9f0b844a2278f6c8fff5f18c.tar.xz
client-30eb596c618dfccc9f0b844a2278f6c8fff5f18c.zip
Return SSL to optional
Diffstat (limited to 'game/screens.rpy')
-rw-r--r--game/screens.rpy2
1 files changed, 2 insertions, 0 deletions
diff --git a/game/screens.rpy b/game/screens.rpy
index 086ebfa..d168304 100644
--- a/game/screens.rpy
+++ b/game/screens.rpy
@@ -784,10 +784,12 @@ screen preferences():
textbutton _("Localhost"):
action [
SetVariable("persistent.host", "localhost"),
+ SetVariable("persistent.port", "61000"),
Jump("clear_all")]
textbutton _("TMW2"):
action [
SetVariable("persistent.host", "spheres.tmw2.org"),
+ SetVariable("persistent.port", "61000"),
Jump("clear_all")]
vbox:
style_prefix "check"