diff options
| author | mat <git@matdoes.dev> | 2024-01-08 00:12:54 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-01-08 00:12:54 -0600 |
| commit | cfbfdd77b4a400ef3bace378ff413aa2ff3bf57c (patch) | |
| tree | 2d5fc56e4b2fbccb27b0a07c14002cf4c5eefaa0 /azalea-protocol/src/packets/game/clientbound_ping_packet.rs | |
| parent | 0aa439d5caa8028b6d310de45258cbcef16ca2eb (diff) | |
| download | azalea-drasl-cfbfdd77b4a400ef3bace378ff413aa2ff3bf57c.tar.xz | |
fix ping packet, explosion packet, and panic less
Diffstat (limited to 'azalea-protocol/src/packets/game/clientbound_ping_packet.rs')
| -rwxr-xr-x | azalea-protocol/src/packets/game/clientbound_ping_packet.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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, } |
