diff options
Diffstat (limited to 'game')
-rw-r--r-- | game/client.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/client.rpy b/game/client.rpy index 5c2352f..4887e46 100644 --- a/game/client.rpy +++ b/game/client.rpy @@ -156,7 +156,7 @@ init 2 python: stdout("[CLIENT] Mirror Lake triggered.") ## Give "plenty" time to ensure data will be available statusmsg=_("Synchronizing data...") - time.sleep(0.5) + time.sleep(0.65) try: r=vault.post(VAULT_HOST+"/getlake", json=auth, timeout=15.0) ## We got the access credentials |