@ -48,7 +48,6 @@ pub enum ItemManagerError {
CannotGetIndividualItem,
InvalidSlot(u8, u8), // slots available, slot attempted
NoArmorEquipped,
ItemIdNotInInventory(ClientItemId),
GatewayError(#[from] crate::entity::gateway::GatewayError)
}