This commit is contained in:
EntenKoeniq
2021-08-17 18:41:09 +02:00
parent 13f1e4afc4
commit 56e42a757f
2 changed files with 21 additions and 37 deletions

View File

@ -237,7 +237,7 @@ namespace CoopClient
DebugSyncPed = Players[0];
}
if ((Environment.TickCount - ArtificialLagCounter) < 23)
if ((Environment.TickCount - ArtificialLagCounter) < 157)
{
return;
}