This commit is contained in:
jake 2022-05-15 00:33:34 -06:00
parent 8a7974f77f
commit 8b79ed18e0

View File

@ -463,7 +463,7 @@ fn add_inventory_item_to_bank(character_id: CharacterEntityId)
}
}
pub async fn deposit_item<'a, EG>(
pub async fn deposit_item<'a, EG> (
item_state: &'a mut ItemState,
entity_gateway: &mut EG,
character: &CharacterEntity,