diff --git a/Classic/prefs/SetMapLimits.cs b/Classic/prefs/SetMapLimits.cs index 843a223..c0bd37a 100644 --- a/Classic/prefs/SetMapLimits.cs +++ b/Classic/prefs/SetMapLimits.cs @@ -167,6 +167,7 @@ $Host::MapPlayerLimitsWindyGap_CTF = %min SPC %max; $Host::MapPlayerLimitsSurro_CTF = %min SPC %max; $Host::MapPlayerLimitsHarvestDance_CTF = %min SPC %max; $Host::MapPlayerLimitsSubZeroV_CTF = %min SPC %max; +$Host::MapPlayerLimitsThe_Calm_CTF = %min SPC %max; //Vehicle Maps: Voteable, But Not in Rotation ///////////////////////////////////////////////////////////////////// diff --git a/Classic/prefs/evo_mapRotation.cs b/Classic/prefs/evo_mapRotation.cs index 52d05aa..6254dfd 100644 --- a/Classic/prefs/evo_mapRotation.cs +++ b/Classic/prefs/evo_mapRotation.cs @@ -155,6 +155,7 @@ addRotationMap(TWL_Crossfire, CTF, 1, 1); addRotationMap(WindyGap, CTF, 1, 0); addRotationMap(Surro, CTF, 1, 1); addRotationMap(HarvestDance, CTF, 1, 1); +addRotationMap(The_Calm, CTF, 1, 1); //Vehicle Maps: Voteable, But Not in Rotation /////////////////////////////////////////////////////////////////////