diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/clientbound_ping_packet.rs')
| -rwxr-xr-x | azalea-protocol/src/packets/game/clientbound_ping_packet.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_ping_packet.rs b/azalea-protocol/src/packets/game/clientbound_ping_packet.rs deleted file mode 100755 index 0bd2c8c3..00000000 --- a/azalea-protocol/src/packets/game/clientbound_ping_packet.rs +++ /dev/null @@ -1,7 +0,0 @@ -use azalea_buf::McBuf; -use azalea_protocol_macros::ClientboundGamePacket; - -#[derive(Clone, Debug, McBuf, ClientboundGamePacket)] -pub struct ClientboundPingPacket { - pub id: u32, -} |
