diff --git a/src/p_user.c b/src/p_user.c index 6fd8e634..2d36e207 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -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)) {