summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-07-19 14:17:19 -0300
committerJesusaves <cpntb1@ymail.com>2023-07-19 14:17:19 -0300
commit8f934e5b35f16c163f55c3553aeaaeb623314ce6 (patch)
tree642e924a597b8b5191fe937bad4013ce62c70916
parentc0303268a04122ab78fff474e2bfca848ce1705b (diff)
downloadrenpy-8f934e5b35f16c163f55c3553aeaaeb623314ce6.tar.gz
renpy-8f934e5b35f16c163f55c3553aeaaeb623314ce6.tar.bz2
renpy-8f934e5b35f16c163f55c3553aeaaeb623314ce6.tar.xz
renpy-8f934e5b35f16c163f55c3553aeaaeb623314ce6.zip
Wait plenty, we are not in rush.
-rw-r--r--game/client.rpy2
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