made toplvl into own plugin, had bs problem with response size. added endpoint to mitigate problem

This commit is contained in:
2024-01-27 15:58:29 +01:00
parent 31e0568705
commit 50cff40f7c
5 changed files with 176 additions and 9 deletions
-8
View File
@@ -24,14 +24,6 @@ public void OnPluginStart()
Database.Connect(SQL_OnDatabaseConnect, "racetimercss");
return;
}
for(int client = 1; client <= MaxClients; client++)
{
if(IsClientInGame(client))
{
OnClientPostAdminFilter(client);
}
}
}
public void OnMapStart()