mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 16:14:35 +00:00
Added SimpleFlagArena
This commit is contained in:
parent
de59a3a6d0
commit
9915a45d66
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ function DefaultGame::testTeamKill(%game, %victimID, %killerID)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
// Ignore this map
|
// Ignore this map
|
||||||
if($CurrentMission $= "Mac_FlagArena" || $CurrentMission $= "Machineeggs")
|
if($CurrentMission $= "Mac_FlagArena" || $CurrentMission $= "Machineeggs" || $CurrentMission $= "DMP_SimpleFlagArena")
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
// warn the player
|
// warn the player
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue