Skip to content

Commit

Permalink
Partial fix for flaky inventory tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rj00a committed Jun 22, 2023
1 parent 15f07fe commit 6f88017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/valence_inventory/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ impl Plugin for InventoryPlugin {
.add_systems(
PostUpdate,
(
update_client_on_close_inventory.before(update_open_inventories),
update_open_inventories,
update_client_on_close_inventory.after(update_open_inventories),
update_player_inventories,
)
.before(FlushPacketsSet),
Expand Down

0 comments on commit 6f88017

Please sign in to comment.