diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-08 04:07:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-08 04:07:12 -0300 |
commit | 70af0220ba9dec5a19677a10ec924efe034314da (patch) | |
tree | d570915b665f7ef56144816a80e73e8909016b2c /game/core.rpy | |
parent | fe939c80b53e28c22e8383bcafe6576263701f09 (diff) | |
download | renpy-2021.05.07.tar.gz renpy-2021.05.07.tar.bz2 renpy-2021.05.07.tar.xz renpy-2021.05.07.zip |
Connection core, still need to retrieve server credentials from Vaultv2021.05.07
Diffstat (limited to 'game/core.rpy')
-rw-r--r-- | game/core.rpy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/game/core.rpy b/game/core.rpy index 0d40e66..86ee150 100644 --- a/game/core.rpy +++ b/game/core.rpy @@ -34,6 +34,8 @@ init -3 python: persistent.discord = True if (persistent.client is None): persistent.client = "manaplus" + if (persistent.iconify is None): + persistent.iconify = True ############################################################################# #, "themanaworld.org", "germantmw.de", "moubootaurlegends.org"] |