diff options
Diffstat (limited to 'azalea-protocol/src/packets/game/c_debug_sample.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/c_debug_sample.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/game/c_debug_sample.rs b/azalea-protocol/src/packets/game/c_debug_sample.rs index 50550062..8c170419 100644 --- a/azalea-protocol/src/packets/game/c_debug_sample.rs +++ b/azalea-protocol/src/packets/game/c_debug_sample.rs @@ -3,7 +3,7 @@ use azalea_protocol_macros::ClientboundGamePacket; use super::s_debug_sample_subscription::RemoteDebugSampleType; -#[derive(Clone, Debug, AzBuf, ClientboundGamePacket)] +#[derive(Clone, Debug, AzBuf, PartialEq, ClientboundGamePacket)] pub struct ClientboundDebugSample { pub sample: Vec<u64>, pub debug_sample_type: RemoteDebugSampleType, |
