diff options
-rw-r--r-- | game/renpy.rpy | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/game/renpy.rpy b/game/renpy.rpy index e26d20a..c6a906d 100644 --- a/game/renpy.rpy +++ b/game/renpy.rpy @@ -59,6 +59,16 @@ screen serverdata(server): # The game starts here. label start: + ## Check for steam moduli + python: + if persistent.steam: + stdout("Steam Module verification...") + try: + steam.init() + except: + import _renpysteam as steam + + ## Begin formally $ statusmsg=_("Validating SSL Certificates...") scene black |