diff options
| -rw-r--r-- | azalea-client/src/packet_handling/game.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-client/src/packet_handling/game.rs b/azalea-client/src/packet_handling/game.rs index 080ef270..bd88258a 100644 --- a/azalea-client/src/packet_handling/game.rs +++ b/azalea-client/src/packet_handling/game.rs @@ -748,6 +748,7 @@ pub fn process_packet_events(ecs: &mut World) { { warn!("{e}"); } + commands_system_state.apply(world); }); }), }); |
