mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Merge branch 'gentlemen-no-spectators' into 'master'
Ignore spectators for gentlemen's ping See merge request KartKrew/Kart!221
This commit is contained in:
commit
b54531c9f6
1 changed files with 1 additions and 1 deletions
|
|
@ -5518,7 +5518,7 @@ static void UpdatePingTable(void)
|
|||
{
|
||||
if (playeringame[i] && playernode[i] > 0)
|
||||
{
|
||||
if (! server_lagless && playernode[i] > 0)
|
||||
if (! server_lagless && playernode[i] > 0 && !players[i].spectator)
|
||||
{
|
||||
lag = GetLag(playernode[i]);
|
||||
realpingtable[i] += G_TicsToMilliseconds(lag);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue