We can bring this back now

This commit is contained in:
Sally Coolatta 2020-11-18 17:24:03 -05:00
parent 931bcb3c2a
commit 350a8bd5c4

View file

@ -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;