aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-client/src/plugins')
-rw-r--r--azalea-client/src/plugins/packet/game/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-client/src/plugins/packet/game/mod.rs b/azalea-client/src/plugins/packet/game/mod.rs
index 7a585175..8879d028 100644
--- a/azalea-client/src/plugins/packet/game/mod.rs
+++ b/azalea-client/src/plugins/packet/game/mod.rs
@@ -115,7 +115,7 @@ pub fn process_packet(ecs: &mut World, player: Entity, packet: &ClientboundGameP
delete_chat,
explode,
forget_level_chunk,
- horse_screen_open,
+ mount_screen_open,
map_item_data,
merchant_offers,
move_vehicle,
@@ -1283,7 +1283,7 @@ impl GamePacketHandler<'_> {
});
}
- pub fn horse_screen_open(&mut self, _p: &ClientboundHorseScreenOpen) {}
+ pub fn mount_screen_open(&mut self, _p: &ClientboundMountScreenOpen) {}
pub fn map_item_data(&mut self, _p: &ClientboundMapItemData) {}