From cfbfdd77b4a400ef3bace378ff413aa2ff3bf57c Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 8 Jan 2024 00:12:54 -0600 Subject: fix ping packet, explosion packet, and panic less --- azalea-protocol/src/packets/game/clientbound_ping_packet.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'azalea-protocol/src/packets/game/clientbound_ping_packet.rs') diff --git a/azalea-protocol/src/packets/game/clientbound_ping_packet.rs b/azalea-protocol/src/packets/game/clientbound_ping_packet.rs index 82de4fab..0bd2c8c3 100755 --- a/azalea-protocol/src/packets/game/clientbound_ping_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_ping_packet.rs @@ -3,6 +3,5 @@ use azalea_protocol_macros::ClientboundGamePacket; #[derive(Clone, Debug, McBuf, ClientboundGamePacket)] pub struct ClientboundPingPacket { - #[var] pub id: u32, } -- cgit v1.2.3