mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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;
|
vote.players[i].delay = NEWTICRATE/7;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (menuactive == false)
|
else if (menuactive == false && chat_on == false)
|
||||||
{
|
{
|
||||||
if (G_PlayerInputDown(i, gc_left, 0))
|
if (G_PlayerInputDown(i, gc_left, 0))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue