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