mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-27 10:22:32 +00:00
Merge branch 'fix-vote-chat' into 'master'
Vote: ignore inputs while chat is open Closes #1160 See merge request KartKrew/Kart!2113
This commit is contained in:
commit
fea518d1e1
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