From 23b02fb0c6b59fa97840c1d4fe92c2d7d012553a Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 25 May 2012 22:50:15 -0600 Subject: [PATCH] Rawr --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 785b9936..51f0d445 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -3128,7 +3128,7 @@ namespace TShockAPI } TShock.Utils.Broadcast(string.Format("Killed {0} NPCs.", killcount)); } - + private static void Item(CommandArgs args) { if (args.Parameters.Count < 1)