Browse Source

rebases are hard

pbs
jake 4 years ago
parent
commit
ad612615c7
  1. 1
      src/ship/items/manager.rs

1
src/ship/items/manager.rs

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

Loading…
Cancel
Save