summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-19 15:31:59 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-19 15:31:59 -0300
commitd5fd679b14ec579e103b797dc16696430804ac1e (patch)
treea4a141dd939cf5b12c1c07a778d92a649c773463
parentb049e11fd15406924c522455ba5e8ab1d15aad34 (diff)
downloadrenpy-d5fd679b14ec579e103b797dc16696430804ac1e.tar.gz
renpy-d5fd679b14ec579e103b797dc16696430804ac1e.tar.bz2
renpy-d5fd679b14ec579e103b797dc16696430804ac1e.tar.xz
renpy-d5fd679b14ec579e103b797dc16696430804ac1e.zip
Reduce a bit the grace time for Steam to register the ticket
-rw-r--r--game/update.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/update.rpy b/game/update.rpy
index 4ca520f..d1596ab 100644
--- a/game/update.rpy
+++ b/game/update.rpy
@@ -197,7 +197,7 @@ init python:
## Retrieve new ticket ("token"), send it in Base64 to the API
token = steam.get_session_ticket()
auth = {"accId": accId, "token": base64.b64encode(token)}
- time.sleep(1.0)
+ time.sleep(0.75)
status_update(_("Waiting for Vault reply..."), 85)
## Request the Vault for the ticket validation