mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Change RandomSeed
Every map change
This commit is contained in:
parent
ba450a4b3e
commit
b57f33d461
|
|
@ -73,6 +73,9 @@ function loadMissionStage2()
|
|||
//Map Change Center Print. Used to advertise upcoming events
|
||||
if($Host::MapChangeMSG)
|
||||
centerPrintAll($Host::MapChangeMSGContent, 12, 3);
|
||||
|
||||
//Set random seed
|
||||
setRandomSeed(getrandom(1,200000));
|
||||
}
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ function CreateServer( %mission, %missionType )
|
|||
//Call for a GetTeamCount update
|
||||
GetTeamCounts(%game);
|
||||
|
||||
// Prevent package from being activated if it is already
|
||||
//Prevent package from being activated if it is already
|
||||
if (!isActivePackage(TeamCountsTriggers))
|
||||
activatePackage(TeamCountsTriggers);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue