From 948ce5bab174f08b202c405952a792aa78b06e1f Mon Sep 17 00:00:00 2001 From: Zack Piispanen Date: Tue, 1 Oct 2013 17:48:05 -0400 Subject: [PATCH] Fix confetti because #yolo --- TShockAPI/TShock.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 9792b97e..a69ea01d 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -1096,9 +1096,6 @@ namespace TShockAPI player.Teleport(pos.X*16, pos.Y*16 ); }} - Item i = new Item(); - i.SetDefaults("Confetti Gun"); - player.GiveItem(i.type, i.name, i.width, i.headSlot, 10); args.Handled = true; }