mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Added DM and DMSLOnlyMode
This commit is contained in:
parent
0d4b230285
commit
0e460eb65f
|
|
@ -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);
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue