diff --git a/src/p_spec.c b/src/p_spec.c
index 605638bd33456bf3b91caad0fc55ce3709180a1f..cf5ac0afd096cc830d2d180d54bd96b032d7c9ed 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)
 			{