LagCompensation: yeS

This commit is contained in:
BotoX
2019-10-02 14:19:09 +02:00
parent a1abec6466
commit 4ef7eaa064
3 changed files with 23 additions and 9 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ public void OnClientDisconnect(int client)
g_LastProcessed[client] = 0;
}
public void OnRunThinkFunctions(bool simulating)
public void OnPostPlayerThinkFunctions()
{
int minimum = GetGameTickCount() - 33;
for(int client = 1; client <= MaxClients; client++)