Check for spectator in K_StatRound
This commit is contained in:
parent
151b0ba9d9
commit
87693db34e
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ void K_StatRound(void)
|
|||
++numplayers;
|
||||
}
|
||||
|
||||
if (numplayers > 1)
|
||||
if (numplayers > 1 && !players[consoleplayer].spectator)
|
||||
{
|
||||
if (players[consoleplayer].kartstuff[k_position] == 1)
|
||||
kartstats.totalwins++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue