diff options
-rw-r--r-- | game/update.rpy | 2 |
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 |