diff options
| author | mat <git@matdoes.dev> | 2025-02-01 20:35:57 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-02-01 20:35:57 +0000 |
| commit | 87c34e1c3355e2b950f3c6f4ae44dcdfb775bbca (patch) | |
| tree | f725697c27f1959a97d48d5ed6e4a25266dcdd6b /azalea-client/src/packet_handling/game.rs | |
| parent | 4aa5010ea2dec8633be29b0a06c9b2233d7a6522 (diff) | |
| download | azalea-drasl-87c34e1c3355e2b950f3c6f4ae44dcdfb775bbca.tar.xz | |
add failing test_set_health_before_login test
Diffstat (limited to 'azalea-client/src/packet_handling/game.rs')
| -rw-r--r-- | azalea-client/src/packet_handling/game.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/packet_handling/game.rs b/azalea-client/src/packet_handling/game.rs index d715d6c6..a7326198 100644 --- a/azalea-client/src/packet_handling/game.rs +++ b/azalea-client/src/packet_handling/game.rs @@ -1470,7 +1470,7 @@ pub fn process_packet_events(ecs: &mut World) { commands .entity(player_entity) - .insert(crate::client::InConfigurationState) + .insert(crate::client::InConfigState) .remove::<crate::JoinedClientBundle>(); system_state.apply(ecs); |
