mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-20 19:02:34 +00:00
Prevent exit sectors having any effect whatsoever outside of platform gametypes (resolve #396).
This commit is contained in:
parent
bc00380aa4
commit
92f8c002f3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue