mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-19 16:14:44 +00:00
CTF Missions Code
Make sure CTF maps are added to other Gamemodes so they can be selected in dtstats mapRotation
This commit is contained in:
parent
9a4bc68088
commit
82f11a4d75
|
|
@ -878,6 +878,12 @@ function buildMissionList()
|
|||
|
||||
for( %word = 0; ( %misType = getWord( %typeList, %word ) ) !$= ""; %word++ )
|
||||
{
|
||||
//---------------------------------------------------------------------------------
|
||||
// z0dd - ZOD - Founder(founder@mechina.com): Append Tribe Practice to CTF missions
|
||||
if(%misType $= "CTF")
|
||||
%typeList = rtrim(%typeList) @ " PracticeCTF SCtF Hybrid LCTF";
|
||||
//---------------------------------------------------------------------------------
|
||||
|
||||
// Eolk - remove gametype skip code
|
||||
// -------------------------------------------------------------------
|
||||
// z0dd - ZOD, 01/02/03. Don't include TR2 gametype if it's turned off
|
||||
|
|
|
|||
Loading…
Reference in a new issue