mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
fix 'CommandQueue has un-applied commands being dropped.' spam
This commit is contained in:
parent
28de14f984
commit
5c85158e7c
1 changed files with 1 additions and 0 deletions
|
@ -748,6 +748,7 @@ pub fn process_packet_events(ecs: &mut World) {
|
|||
{
|
||||
warn!("{e}");
|
||||
}
|
||||
commands_system_state.apply(world);
|
||||
});
|
||||
}),
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue