diff --git a/Classic/scripts/autoexec/GetTeamCounts.cs b/Classic/scripts/autoexec/GetTeamCounts.cs index b794d78..6153311 100644 --- a/Classic/scripts/autoexec/GetTeamCounts.cs +++ b/Classic/scripts/autoexec/GetTeamCounts.cs @@ -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; }