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);