diff --git a/src/p_spec.c b/src/p_spec.c index 605638bd3..cf5ac0afd 100644 --- a/src/p_spec.c +++ b/src/p_spec.c @@ -4674,7 +4674,7 @@ DoneSection2: } case 2: // Special stage GOAL sector / Exit Sector / CTF Flag Return - if (player->bot) + if (player->bot || !G_PlatformGametype()) break; if (!(maptol & TOL_NIGHTS) && G_IsSpecialStage(gamemap) && player->nightstime > 6) {