Skip to content

Commit

Permalink
fix 'CommandQueue has un-applied commands being dropped.' spam
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Feb 24, 2024
1 parent 28de14f commit 5c85158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azalea-client/src/packet_handling/game.rs
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,7 @@ pub fn process_packet_events(ecs: &mut World) {
{
warn!("{e}");
}
commands_system_state.apply(world);
});
}),
});
Expand Down

0 comments on commit 5c85158

Please sign in to comment.