mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 12:13:16 +00:00
We can bring this back now
This commit is contained in:
parent
931bcb3c2a
commit
350a8bd5c4
1 changed files with 4 additions and 4 deletions
|
|
@ -6240,12 +6240,12 @@ void NetUpdate(void)
|
|||
firstticstosend = gametic;
|
||||
for (i = 0; i < MAXNETNODES; i++)
|
||||
if (nodeingame[i] && nettics[i] < firstticstosend)
|
||||
//{
|
||||
{
|
||||
firstticstosend = nettics[i];
|
||||
|
||||
//if (maketic + 1 >= nettics[i] + BACKUPTICS)
|
||||
//Net_ConnectionTimeout(i);
|
||||
//}
|
||||
if (maketic + 1 >= nettics[i] + BACKUPTICS)
|
||||
Net_ConnectionTimeout(i);
|
||||
}
|
||||
|
||||
// Don't erase tics not acknowledged
|
||||
counts = realtics;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue