From 91a0b82d3b6ca3056c83779cdd6561133ac2e058 Mon Sep 17 00:00:00 2001 From: ricky Date: Wed, 15 Jun 2011 20:56:01 +1000 Subject: [PATCH] Dumbass --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 4057f6e3..b7920c16 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -821,7 +821,7 @@ namespace TShockAPI int killcount = 0; for (int i = 0; i < Main.npc.Length; i++) { - if (!Main.npc[i].townNPC && !Main.npc[i].active) + if (!Main.npc[i].townNPC && Main.npc[i].active) { Main.npc[i].StrikeNPC(99999, 90f, 1); NetMessage.SendData(28, -1, -1, "", i, 99999, 90f, 1);