Browse Source

oh I should probably await that

pull/124/head
jake 2 years ago
parent
commit
5c34612afe
  1. 2
      src/ship/items/apply_item.rs

2
src/ship/items/apply_item.rs

@ -121,7 +121,7 @@ where
entity_gateway.use_mag_cell(&mag_entity_id, &cell_entity_id).await?;
entity_gateway.set_character_inventory(&character.id, &inventory.as_inventory_entity(&character.id)).await?;
item_state.set_inventory(inventory);
item_state.set_inventory(inventory).await;
Ok(Vec::new())
}

Loading…
Cancel
Save