diff options
-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 014da64..42f428c 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.65) + time.sleep(1.65) try: r=vault.post(VAULT_HOST+"/getlake", json=auth, timeout=15.0) ## We got the access credentials |