This commit is contained in:
ChocoTaco1 2022-07-03 08:12:34 -04:00
parent e35dddc992
commit e8fcfbba4b

View file

@ -73,9 +73,6 @@ function loadMissionStage2()
//Map Change Center Print. Used to advertise upcoming events //Map Change Center Print. Used to advertise upcoming events
if($Host::MapChangeMSG) if($Host::MapChangeMSG)
centerPrintAll($Host::MapChangeMSGContent, 12, 3); centerPrintAll($Host::MapChangeMSGContent, 12, 3);
//Set random seed
setRandomSeed(getrandom(1,200000));
} }
}; };