From 7065415033a12636b19ca160d5000b8a6e02ab33 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sat, 2 Feb 2019 22:36:02 -0500 Subject: [PATCH] Added NBR startup --- Classic/scripts/autoexec/GetTeamCounts.cs | 2 ++ 1 file changed, 2 insertions(+) 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; }