From 44e5af3586c7fc14579ea24098ba78a3ecfce369 Mon Sep 17 00:00:00 2001 From: jenz Date: Thu, 7 May 2026 00:28:42 +0200 Subject: [PATCH] allowing the autism bot more time for connecting on large map downloads --- AutismBotIngame/scripting/autism_bot_simulate_movement.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutismBotIngame/scripting/autism_bot_simulate_movement.sp b/AutismBotIngame/scripting/autism_bot_simulate_movement.sp index b7efc63..040bc09 100755 --- a/AutismBotIngame/scripting/autism_bot_simulate_movement.sp +++ b/AutismBotIngame/scripting/autism_bot_simulate_movement.sp @@ -66,7 +66,7 @@ public void OnPluginStart() connect_socket(); chat_cooldown = false; - g_hTimer_bot_connect = CreateTimer(30.0, bot_check_connect, _, TIMER_REPEAT); + g_hTimer_bot_connect = CreateTimer(90.0, bot_check_connect, _, TIMER_REPEAT); g_hTimer_pressing = CreateTimer(2.0, check_team, _, TIMER_REPEAT); target_client[1] = -1;