Added DM and DMSLOnlyMode

This commit is contained in:
ChocoTaco 2019-01-27 12:07:54 -05:00
parent 0d4b230285
commit 0e460eb65f
2 changed files with 13 additions and 0 deletions

View file

@ -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);

View file

@ -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;