mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-05 01:38:13 +00:00
Eck, potted another node/player confusion for clients reciving PT_PING
This commit is contained in:
parent
fe15305df0
commit
2e42c9621c
1 changed files with 1 additions and 1 deletions
|
|
@ -3971,7 +3971,7 @@ FILESTAMP
|
|||
if (client)
|
||||
{
|
||||
INT32 i;
|
||||
for (i = 0; i < MAXNETNODES; i++)
|
||||
for (i = 0; i < MAXPLAYERS; i++)
|
||||
if (playeringame[i])
|
||||
playerpingtable[i] = (tic_t)netbuffer->u.pingtable[i];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue