Quick fix for other player's win/lose not playing

This commit is contained in:
TehRealSalt 2018-09-22 20:14:32 -04:00
parent e9d4fae5b9
commit 8a06e78ab6

View file

@ -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))
{