From 3053238279fccfefc35fc5fe9ff3b0be0185e4fb Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 19 Feb 2026 03:19:05 +0800 Subject: fix incorrect protocol impls for ClientboundPlayerInfoUpdate and recipe packets --- azalea-core/src/game_type.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-core') diff --git a/azalea-core/src/game_type.rs b/azalea-core/src/game_type.rs index a8c73a41..9113e382 100644 --- a/azalea-core/src/game_type.rs +++ b/azalea-core/src/game_type.rs @@ -87,7 +87,7 @@ impl GameMode { impl GameMode { /// Whether the player can't interact with blocks while in this game mode. /// - /// (Returns true if you're in adventure or spectator.) + /// Returns true if you're in adventure or spectator. pub fn is_block_placing_restricted(&self) -> bool { matches!(self, GameMode::Adventure | GameMode::Spectator) } -- cgit v1.2.3