mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 16:14:35 +00:00
Change RandomSeed
Every map change
This commit is contained in:
parent
ba450a4b3e
commit
b57f33d461
2 changed files with 4 additions and 1 deletions
|
|
@ -73,6 +73,9 @@ 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));
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue