From 1385580b2aad0069a5ca98fd69b5bf1ab895c8e6 Mon Sep 17 00:00:00 2001 From: ice_iix Date: Sat, 27 Jun 2020 18:35:51 -0700 Subject: [PATCH] Remove unused EntityEquipment_Slotless for now --- protocol/src/protocol/packet.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/protocol/src/protocol/packet.rs b/protocol/src/protocol/packet.rs index eb3a143..39cddc8 100644 --- a/protocol/src/protocol/packet.rs +++ b/protocol/src/protocol/packet.rs @@ -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 =, - } packet EntityEquipment_VarInt { field entity_id: VarInt =, field slot: VarInt =,