diff --git a/Classic/prefs/evo_mapRotation.cs b/Classic/prefs/evo_mapRotation.cs index 451002b..1bb085a 100644 --- a/Classic/prefs/evo_mapRotation.cs +++ b/Classic/prefs/evo_mapRotation.cs @@ -419,3 +419,15 @@ addRotationMap("Blink", sctf, 1, 1); //addRotationMap("Trident", Siege, 1, 1); //addRotationMap("Alcatraz", Siege, 1, 1); + + + +// ************************ +// * DM Maps * +// ************************ + +addRotationMap("RaspDM", DM, 1, 1); +//addRotationMap("Mac_FlagArena", DM, 1, 1); +addRotationMap("ArenaDomeDM", DM, 1, 1); +//addRotationMap("SmallCrossingLT", DM, 1, 1); +//addRotationMap("MiniSunDried", DM, 1, 1); \ No newline at end of file diff --git a/Classic/prefs/serverPrefs.cs b/Classic/prefs/serverPrefs.cs index 6158bf0..e80b045 100644 --- a/Classic/prefs/serverPrefs.cs +++ b/Classic/prefs/serverPrefs.cs @@ -57,6 +57,7 @@ $Host::DefenseTurret::MaxWptHeight = 10; $Host::DefenseTurret::Optional = 0; $Host::DefenseTurret::RequiredInTourney = 0; $Host::Discord = "https://t2discord.tk"; +$Host::DMSLOnlyMode = 0; $Host::EmptyServerReset = 0; $Host::EnableLakUnlimitedDJ = 1; $Host::EnableMortarTurret = 0;