diff --git a/AutismBotIngame/python/ingamefollowct.py b/AutismBotIngame/python/ingamefollowct.py index c40e357d..93e1672a 100644 --- a/AutismBotIngame/python/ingamefollowct.py +++ b/AutismBotIngame/python/ingamefollowct.py @@ -142,7 +142,7 @@ def bot_connect(data): writeCfgInput(str1) time.sleep(1) writeCfgInput("") - t = Timer(60, attempt_bot_connect) + t = Timer(150, attempt_bot_connect) t.start() def attempt_bot_connect():