mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-22 05:21:11 +00:00
Do not prevent spawning of MT_ANCIENTSHRINE online
This commit is contained in:
parent
b5c1e89645
commit
79684c5a20
1 changed files with 0 additions and 4 deletions
|
|
@ -13176,10 +13176,6 @@ static boolean P_AllowMobjSpawn(mapthing_t* mthing, mobjtype_t i)
|
|||
if (!(gametyperules & GTR_CHECKPOINTS))
|
||||
return false;
|
||||
break;
|
||||
case MT_ANCIENTSHRINE:
|
||||
if (netgame)
|
||||
return false;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue