diff --git a/src/p_user.c b/src/p_user.c index 10c7f647..a168f551 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -1792,7 +1792,7 @@ void P_DoPlayerExit(player_t *player) } if (i == MAXPLAYERS) - countdown = (((netgame || multiplayer) ? cv_countdowntime.defaultvalue : cv_countdowntime.value)*TICRATE) + 1; // 30 seconds to finish, get going! + countdown = ((!(netgame || multiplayer) ? cv_countdowntime.defaultvalue : cv_countdowntime.value)*TICRATE) + 1; // 30 seconds to finish, get going! } if (cv_kartvoices.value)