mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-21 03:11:24 +00:00
Quick fix for other player's win/lose not playing
This commit is contained in:
parent
e9d4fae5b9
commit
8a06e78ab6
1 changed files with 1 additions and 1 deletions
|
@ -1728,7 +1728,7 @@ void P_DoPlayerExit(player_t *player)
|
|||
else if (!countdown)
|
||||
countdown = cv_countdowntime.value*TICRATE + 1; // Use cv_countdowntime
|
||||
|
||||
if (cv_kartvoices.value && P_IsLocalPlayer(player))
|
||||
if (cv_kartvoices.value)
|
||||
{
|
||||
if (P_IsLocalPlayer(player))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue