Added NBR startup

This commit is contained in:
ChocoTaco 2019-02-02 22:36:02 -05:00
parent f097815d0b
commit 7065415033

View file

@ -20,6 +20,8 @@ function CreateServer( %mission, %missionType )
//Make sure teamchange variable is set
ResetClientChangedTeams();
//Set NBR notify varibles
ResetNBRNotify();
//Whether the server auto restarts when empty or not
$Host::Dedicated = $Host::EmptyServerReset;
}