summaryrefslogtreecommitdiff
path: root/game/update.rpy
diff options
context:
space:
mode:
Diffstat (limited to 'game/update.rpy')
-rw-r--r--game/update.rpy3
1 files changed, 2 insertions, 1 deletions
diff --git a/game/update.rpy b/game/update.rpy
index 9c4525b..3d5c302 100644
--- a/game/update.rpy
+++ b/game/update.rpy
@@ -223,7 +223,8 @@ init python:
has_steam = True
stdout("Steam session initialized successfully", True)
status_update("Steam session initialized successfully", 99)
- time.sleep(0.1)
+ renpy.notify("Welcome, %s" % steam.get_persona_name())
+ time.sleep(0.25)
except:
# NO FALLBACK: if Steam Login is on, do not try vault (no multiacc)
if persistent.steam: