summaryrefslogtreecommitdiff
path: root/game/misc.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/misc.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/misc.rpy')
-rw-r--r--game/misc.rpy1
1 files changed, 1 insertions, 0 deletions
diff --git a/game/misc.rpy b/game/misc.rpy
index f8b377e..da7c95b 100644
--- a/game/misc.rpy
+++ b/game/misc.rpy
@@ -208,6 +208,7 @@ label clear_all:
# Update host and delete password
HOST=persistent.host
+ PORT=persistent.port
renpy.notify("Deleting password: %s" % persistent.password)
persistent.password=None