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