Fix confetti because #yolo

This commit is contained in:
Zack Piispanen 2013-10-01 17:48:05 -04:00
parent bad474cc8b
commit 948ce5bab1

View file

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