remove lj's thing

This commit is contained in:
Sally Coolatta 2020-10-25 14:42:23 -04:00
parent 1665e72b99
commit ed6787ae4d

View file

@ -6136,12 +6136,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;