made toplvl into own plugin, had bs problem with response size. added endpoint to mitigate problem
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user