From 164d2e7c6ca5732d60f80c4c8dc1df4ee3920351 Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Sun, 6 Sep 2020 16:18:17 -0400 Subject: [PATCH] Update TKwarn.cs Added machineeggs exclude --- Classic/scripts/autoexec/TKwarn.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classic/scripts/autoexec/TKwarn.cs b/Classic/scripts/autoexec/TKwarn.cs index a5f745c..b7e0f85 100644 --- a/Classic/scripts/autoexec/TKwarn.cs +++ b/Classic/scripts/autoexec/TKwarn.cs @@ -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