further additions to improve connecting i guess

This commit is contained in:
jenz
2025-06-04 21:09:45 +02:00
parent de458c3c37
commit d988a4ffcb
2 changed files with 28 additions and 24 deletions
+1 -3
View File
@@ -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;