From e2fcef5abaeaf357fff7c76e1d368b7f45d9ce8b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 10 May 2021 19:14:50 -0300 Subject: Steam Login - Inform who logged in. Want to make sure this is not a false positive. --- game/update.rpy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3-70-g09d2