Fix illegal vote netxcmd
This commit is contained in:
parent
382f1f1a82
commit
f9c0e7fb9c
1 changed files with 1 additions and 1 deletions
|
|
@ -2032,7 +2032,7 @@ void Y_VoteTicker(void)
|
|||
|
||||
if (G_PlayerInputDown(i, gc_accelerate, false, DEADZONE_BUTTON) && pressed == false)
|
||||
{
|
||||
D_ModifyClientVote(i, voteclient.playerinfo[i].selection);
|
||||
D_ModifyClientVote(g_localplayers[i], voteclient.playerinfo[i].selection);
|
||||
pressed = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue