From 15bc9e7ae3b198f372a9381dcc7c995348f1f508 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Thu, 2 Sep 2021 19:30:50 -0400 Subject: [PATCH] Update --- Classic/prefs/MapRotation.cs | 6 +++--- Classic/prefs/serverPrefs.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Classic/prefs/MapRotation.cs b/Classic/prefs/MapRotation.cs index 56d6bcd..1cb299a 100644 --- a/Classic/prefs/MapRotation.cs +++ b/Classic/prefs/MapRotation.cs @@ -45,7 +45,7 @@ //Small Maps ///////////////////////////////////////////////////////////////////// -//addRotationMap("SmallCrossing", "CTF",1,1,-1,16); //Using Small Crossing: DMP Version +//addRotationMap("SmallCrossing", "CTF",1,1,-1,16); //Using DMP Version addRotationMap("TWL2_CanyonCrusadeDeluxe", "CTF",1,1,-1,18); addRotationMap("RoundTheMountain", "CTF",1,1,-1,18); addRotationMap("oasisintensity", "CTF",1,1,-1,12); @@ -74,8 +74,8 @@ addRotationMap("FrozenHope", "CTF",1,1,8,12); addRotationMap("ClusterUnFuct", "CTF",1,1,8,12); addRotationMap("Raspian", "CTF",1,0,8,12); addRotationMap("Zilch", "CTF",1,1,8,12); -addRotationMap("Cinerarium", "CTF",1,0,-1,12); -addRotationMap("StarFallCTF", "CTF",1,0,6,12); +//addRotationMap("Cinerarium", "CTF",1,0,-1,12); //Using DMP Version +//addRotationMap("StarFallCTF", "CTF",1,0,6,12); //Using DMP Version //Medium Maps ///////////////////////////////////////////////////////////////////// diff --git a/Classic/prefs/serverPrefs.cs b/Classic/prefs/serverPrefs.cs index da08a33..22d2ccc 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -118,7 +118,7 @@ $Host::LoadScreenColor3 = "33CCCC"; $Host::LoadScreenLine1 = "Join Discord:"; $Host::LoadScreenLine1_Msg = "playt2.com/discord"; $Host::LoadScreenLine2 = "Game Modes:"; -$Host::LoadScreenLine2_Msg = "LakRabbit, Capture the Flag, DeathMatch, (Light Only) Capture the Flag, Siege"; +$Host::LoadScreenLine2_Msg = "LakRabbit, Capture the Flag, DeathMatch, (Light Only) Capture the Flag"; $Host::LoadScreenLine3 = "Get Mappacks:"; $Host::LoadScreenLine3_Msg = "playt2.com/mappacks"; $Host::LoadScreenLine4 = "Server Provided by:";