mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 00:24:49 +00:00
Map Rotation changes
This commit is contained in:
parent
4876c9be74
commit
45bdc61513
|
|
@ -204,7 +204,7 @@ addRotationMap("Fallout", CTF, 1, 0);
|
|||
addRotationMap("EivoItoxico", CTF, 0, 0);
|
||||
addRotationMap("Einfach", CTF, 0, 0);
|
||||
addRotationMap("Nightdance", CTF, 1, 0);
|
||||
addRotationMap("PicnicTable", CTF, 0, 0);
|
||||
addRotationMap("PicnicTable", CTF, 1, 0);
|
||||
addRotationMap("TheClocktower", CTF, 1, 0);
|
||||
addRotationMap("Surro", CTF, 1, 0);
|
||||
addRotationMap("StarIce", CTF, 1, 0);
|
||||
|
|
@ -243,9 +243,9 @@ addRotationMap("GodsRiftLak", LakRabbit, 1, 0);
|
|||
addRotationMap("HavenLak", LakRabbit, 1, 1);
|
||||
addRotationMap("LushLak", LakRabbit, 1, 1);
|
||||
addRotationMap("PhasmaDustLak", LakRabbit, 1, 1);
|
||||
addRotationMap("BoxLak", LakRabbit, 1, 0);
|
||||
addRotationMap("BoxLak", LakRabbit, 1, 1);
|
||||
addRotationMap("DamnnationLak", LakRabbit, 1, 0);
|
||||
addRotationMap("TitaniaLak", LakRabbit, 1, 0);
|
||||
addRotationMap("TitaniaLak", LakRabbit, 1, 1);
|
||||
addRotationMap("TWL2_MuddySwampLak", LakRabbit, 0, 0);
|
||||
addRotationMap("SandStormLak", LakRabbit, 1, 0);
|
||||
addRotationMap("BeggarsRunLak", LakRabbit, 1, 0);
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ $Host::ClassicNoNullVoiceSpam = 0;
|
|||
$Host::ClassicPacketRateToClient = 32;
|
||||
$Host::ClassicPacketSize = 450;
|
||||
$Host::ClassicRandomizeTeams = 1;
|
||||
$Host::ClassicRandomMissions = 0;
|
||||
$Host::ClassicRandomMissions = 1;
|
||||
$Host::ClassicRandomMisTypes = 0;
|
||||
$Host::ClassicRestartTime = 12;
|
||||
$Host::ClassicSuperAdminPassword = "changeme1";
|
||||
|
|
@ -110,7 +110,7 @@ $Host::EvoObserveFlag = 1;
|
|||
$Host::EvoOneMapOnly = 0;
|
||||
$Host::EvoPreMatchCannedSpamAllowed = 1;
|
||||
$Host::EvoPreMatchSpamAllowed = 1;
|
||||
$Host::EvoRandomMissions = 0;
|
||||
$Host::EvoRandomMissions = 1;
|
||||
$Host::EvoRandomTeams = 1;
|
||||
$Host::EvoRelaxedFairTeams = 1;
|
||||
$Host::EvoServerRules1 = "1.) Be Courteous";
|
||||
|
|
|
|||
Loading…
Reference in a new issue