summaryrefslogtreecommitdiff
path: root/game/core.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/core.rpy')
-rw-r--r--game/core.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/core.rpy b/game/core.rpy
index e2adc96..2183781 100644
--- a/game/core.rpy
+++ b/game/core.rpy
@@ -33,7 +33,7 @@ init -3 python:
if (persistent.discord is None):
persistent.discord = True
if (persistent.steam is None):
- persistent.steam = True
+ persistent.steam = False
if (persistent.client is None):
persistent.client = "manaplus"
if (persistent.iconify is None):