From b38c1fd5703f69df4a6d70470d9b90bab3cfb267 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sat, 9 Feb 2019 14:12:49 -0500 Subject: [PATCH] Added Set Next Mission slots --- Classic/scripts/serverDefaults.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Classic/scripts/serverDefaults.cs b/Classic/scripts/serverDefaults.cs index fcd16cc..7b1d4a2 100644 --- a/Classic/scripts/serverDefaults.cs +++ b/Classic/scripts/serverDefaults.cs @@ -194,6 +194,14 @@ $Host::EnableAutobalance = 1; //Will autobalance when teams are uneven. $Host::DMSLOnlyMode = 0; //Shocklance Only Mode for Deathmatch $Host::SCtFProMode = 0; //Pro mode for LCTF $Host::EnableSetNextMission = 1; //Let admins set the next mission thru the vote menu +$Host::SetNextMissionMapSlot1 = "SmallCrossing"; //Set Next Mission for slot 1 +$Host::SetNextMissionMapSlot2 = "HighOctane"; //Set Next Mission for slot 2 +$Host::SetNextMissionMapSlot3 = "TheFray"; //Set Next Mission for slot 3 +$Host::SetNextMissionMapSlot4 = "S5_Massive"; //Set Next Mission for slot 4 +$Host::SetNextMissionMapSlot5 = "S5_Icedance"; //Set Next Mission for slot 5 +$Host::SetNextMissionMapSlot6 = "Logans_Run"; //Set Next Mission for slot 6 +$Host::SetNextMissionMapSlot7 = "Rollercoaster_nef";//Set Next Mission for slot 7 +$Host::SetNextMissionMapSlot8 = "MoonDance"; //Set Next Mission for slot 8 //LakRabbit $Host::EnableLakUnlimitedDJ = 1; //Unlimited disc-jumps if enabled $Host::LakRabbitNoSplashDamage = 0; //Splash Damage enabled or not