mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-16 17:51:27 +00:00
Quick fix
This commit is contained in:
parent
275132da5f
commit
ccae121c26
1 changed files with 1 additions and 1 deletions
|
@ -2509,7 +2509,7 @@ void Y_SetupVoteFinish(INT8 pick, INT8 level)
|
|||
|
||||
for (i = 0; i < MAXPLAYERS; i++)
|
||||
{
|
||||
if ((playeringame[consoleplayer] && !players[consoleplayer].spectator) && votes[i] == -1)
|
||||
if ((playeringame[i] && !players[i].spectator) && votes[i] == -1)
|
||||
votes[i] = 3;
|
||||
|
||||
if (votes[i] == -1)
|
||||
|
|
Loading…
Reference in a new issue