Do not prevent spawning of MT_ANCIENTSHRINE online

This commit is contained in:
toaster 2024-01-05 12:54:37 +00:00
parent b5c1e89645
commit 79684c5a20

View file

@ -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;
}