further additions to improve connecting i guess
This commit is contained in:
@@ -103,7 +103,7 @@ public void OnPluginStart()
|
||||
connect_socket();
|
||||
chat_cooldown = false;
|
||||
|
||||
g_hTimer_bot_connect = CreateTimer(15.0, bot_check_connect, _, TIMER_REPEAT);
|
||||
g_hTimer_bot_connect = CreateTimer(30.0, bot_check_connect, _, TIMER_REPEAT);
|
||||
g_hTimer_pressing = CreateTimer(0.30, recursive_pressing, _, TIMER_REPEAT);
|
||||
}
|
||||
|
||||
@@ -554,8 +554,6 @@ public Action bot_check_connect(Handle timer, any data)
|
||||
return Plugin_Continue;
|
||||
}
|
||||
|
||||
|
||||
|
||||
public Action recursive_pressing(Handle timer, any data)
|
||||
{
|
||||
bool found_valid_ct = false;
|
||||
|
||||
Reference in New Issue
Block a user