Remove unused EntityEquipment_Slotless for now

This commit is contained in:
ice_iix 2020-06-27 18:35:51 -07:00
parent 89a6aacecd
commit 1385580b2a
1 changed files with 0 additions and 5 deletions

View File

@ -1668,11 +1668,6 @@ state_packets!(
/// EntityEquipment is sent to display an item on an entity, like a sword
/// or armor. Slot 0 is the held item and slots 1 to 4 are boots, leggings
/// chestplate and helmet respectively.
packet EntityEquipment_Slotless {
field entity_id: VarInt =,
field slot: VarInt =,
field item: Option<item::Stack> =,
}
packet EntityEquipment_VarInt {
field entity_id: VarInt =,
field slot: VarInt =,