mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 07:34:36 +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;
|
return true;
|
||||||
|
|
||||||
// Ignore this map
|
// Ignore this map
|
||||||
if($CurrentMission $= "Mac_FlagArena")
|
if($CurrentMission $= "Mac_FlagArena" || $CurrentMission $= "Machineeggs")
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
// warn the player
|
// warn the player
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue