Fix bad merge

This commit is contained in:
TehRealSalt 2019-10-15 22:23:01 -04:00
parent e6dc29358e
commit a37eb798e0

View file

@ -2283,10 +2283,6 @@ static void K_HandleLapIncrement(player_t *player)
P_SetupSignExit(player);
}
// Figure out how many are playing on the last lap, to prevent spectate griefing
if (!nospectategrief && player->laps > (UINT8)(cv_numlaps.value))
nospectategrief = nump;
thwompsactive = true; // Lap 2 effects
}
else if (player->starpostnum)