oh I should probably await that

This commit is contained in:
jake 2022-10-20 15:06:03 -06:00
parent 0f876d25bb
commit 5c34612afe

View File

@ -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())
}