allowing the autism bot more time for connecting on large map downloads
This commit is contained in:
parent
435d3edf6c
commit
44e5af3586
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user