summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--game/update.rpy2
1 files changed, 0 insertions, 2 deletions
diff --git a/game/update.rpy b/game/update.rpy
index 8410cc6..9db65bd 100644
--- a/game/update.rpy
+++ b/game/update.rpy
@@ -170,7 +170,6 @@ init python:
stdout("Steam login active, user %d" % accId)
## Retrieve new ticket ("token"), send it in Base64 to the API
- steam.cancel_ticket()
token = steam.get_session_ticket()
auth = {"accId": accId, "token": base64.b64encode(token)}
time.sleep(1.0)
@@ -192,7 +191,6 @@ init python:
## If unsucessful, give up on Steam Auth
if (r.status_code != 200):
- steam.cancel_ticket()
raise Exception("Vault returned code %d" % r.status_code)
## Receive the Vault Token