summaryrefslogtreecommitdiff
path: root/game/screens.rpy
diff options
context:
space:
mode:
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"