From 844697c04c030af19e63fd6af28aeb42519da7e1 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 18 Jun 2025 08:24:34 +0700 Subject: 1.21.6 fixes --- azalea-protocol/src/packets/game/c_waypoint.rs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'azalea-protocol/src/packets/game/c_waypoint.rs') diff --git a/azalea-protocol/src/packets/game/c_waypoint.rs b/azalea-protocol/src/packets/game/c_waypoint.rs index 0724d019..4975815e 100644 --- a/azalea-protocol/src/packets/game/c_waypoint.rs +++ b/azalea-protocol/src/packets/game/c_waypoint.rs @@ -66,14 +66,6 @@ struct CompactRgbColor { b: u8, } -#[derive(AzBuf, Clone, Debug)] -pub struct WaypointIconFade { - pub near_dist: i32, - pub far_dist: i32, - pub near_alpha: u8, - pub far_alpha: u8, -} - #[derive(AzBuf, Clone, Debug)] pub enum WaypointData { Empty, -- cgit v1.2.3