diff options
| -rw-r--r-- | azalea-protocol/src/packets/game/s_attack.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-protocol/src/packets/game/s_attack.rs b/azalea-protocol/src/packets/game/s_attack.rs index 0edc2395..96040f7c 100644 --- a/azalea-protocol/src/packets/game/s_attack.rs +++ b/azalea-protocol/src/packets/game/s_attack.rs @@ -4,5 +4,6 @@ use azalea_protocol_macros::ServerboundGamePacket; #[derive(Clone, Debug, AzBuf, PartialEq, ServerboundGamePacket)] pub struct ServerboundAttack { + #[var] pub entity_id: MinecraftEntityId, } |
