Merge branch 'vinny-undo' into 'master'

Do not prevent spawning of MT_ANCIENTSHRINE online

See merge request KartKrew/Kart!1785
This commit is contained in:
Sal 2024-01-24 21:00:28 +00:00
commit 350054704f

View file

@ -13335,10 +13335,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;
}