mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-27 02:12:46 +00:00
Vote: ignore inputs while chat is open
This commit is contained in:
parent
1da7a5c1da
commit
ef69ed8b8d
1 changed files with 1 additions and 1 deletions
|
|
@ -1455,7 +1455,7 @@ static void Y_TickVoteSelection(void)
|
|||
vote.players[i].delay = NEWTICRATE/7;
|
||||
}
|
||||
}
|
||||
else if (menuactive == false)
|
||||
else if (menuactive == false && chat_on == false)
|
||||
{
|
||||
if (G_PlayerInputDown(i, gc_left, 0))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue