mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-02-25 08:53:34 +00:00
Update TKwarn.cs
Added machineeggs exclude
This commit is contained in:
parent
56959057d3
commit
164d2e7c6c
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ function DefaultGame::testTeamKill(%game, %victimID, %killerID)
|
|||
return true;
|
||||
|
||||
// Ignore this map
|
||||
if($CurrentMission $= "Mac_FlagArena")
|
||||
if($CurrentMission $= "Mac_FlagArena" || $CurrentMission $= "Machineeggs")
|
||||
return true;
|
||||
|
||||
// warn the player
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue