diff options
| author | mat <git@matdoes.dev> | 2025-05-31 08:56:17 +0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-05-30 19:22:09 -0845 |
| commit | f27c87b291a920376e006a470efb353dee46ed17 (patch) | |
| tree | f1720081b856c5b7b96ab8111e6de4233f884e75 /azalea-protocol/src/packets | |
| parent | e37524899eef8a0034faee35cef4bbf1ba779a7d (diff) | |
| download | azalea-drasl-f27c87b291a920376e006a470efb353dee46ed17.tar.xz | |
more formatting fixes
Diffstat (limited to 'azalea-protocol/src/packets')
| -rw-r--r-- | azalea-protocol/src/packets/config/mod.rs | 2 | ||||
| -rw-r--r-- | azalea-protocol/src/packets/game/mod.rs | 2 | ||||
| -rw-r--r-- | azalea-protocol/src/packets/handshake/mod.rs | 2 | ||||
| -rw-r--r-- | azalea-protocol/src/packets/login/mod.rs | 2 | ||||
| -rw-r--r-- | azalea-protocol/src/packets/mod.rs | 2 | ||||
| -rw-r--r-- | azalea-protocol/src/packets/status/mod.rs | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/azalea-protocol/src/packets/config/mod.rs b/azalea-protocol/src/packets/config/mod.rs index ab1c1a78..e7aea8fd 100644 --- a/azalea-protocol/src/packets/config/mod.rs +++ b/azalea-protocol/src/packets/config/mod.rs @@ -1,4 +1,4 @@ -// NOTE: This file is generated automatically by codegen/packet.py. +// NOTE: This file is @generated automatically by codegen/packet.py. // Don't edit it directly! use azalea_protocol_macros::declare_state_packets; diff --git a/azalea-protocol/src/packets/game/mod.rs b/azalea-protocol/src/packets/game/mod.rs index aae840bc..eb73b9de 100644 --- a/azalea-protocol/src/packets/game/mod.rs +++ b/azalea-protocol/src/packets/game/mod.rs @@ -1,4 +1,4 @@ -// NOTE: This file is generated automatically by codegen/packet.py. +// NOTE: This file is @generated automatically by codegen/packet.py. // Don't edit it directly! use azalea_protocol_macros::declare_state_packets; diff --git a/azalea-protocol/src/packets/handshake/mod.rs b/azalea-protocol/src/packets/handshake/mod.rs index 79dc583d..8f14c8fb 100644 --- a/azalea-protocol/src/packets/handshake/mod.rs +++ b/azalea-protocol/src/packets/handshake/mod.rs @@ -1,4 +1,4 @@ -// NOTE: This file is generated automatically by codegen/packet.py. +// NOTE: This file is @generated automatically by codegen/packet.py. // Don't edit it directly! use azalea_protocol_macros::declare_state_packets; diff --git a/azalea-protocol/src/packets/login/mod.rs b/azalea-protocol/src/packets/login/mod.rs index 5e0a0433..39f1565b 100644 --- a/azalea-protocol/src/packets/login/mod.rs +++ b/azalea-protocol/src/packets/login/mod.rs @@ -1,4 +1,4 @@ -// NOTE: This file is generated automatically by codegen/packet.py. +// NOTE: This file is @generated automatically by codegen/packet.py. // Don't edit it directly! use azalea_protocol_macros::declare_state_packets; diff --git a/azalea-protocol/src/packets/mod.rs b/azalea-protocol/src/packets/mod.rs index 5e654491..773ce591 100644 --- a/azalea-protocol/src/packets/mod.rs +++ b/azalea-protocol/src/packets/mod.rs @@ -101,4 +101,4 @@ impl AzaleaWrite for ClientIntention { fn azalea_write(&self, buf: &mut impl Write) -> io::Result<()> { (*self as i32).azalea_write_var(buf) } -} +}
\ No newline at end of file diff --git a/azalea-protocol/src/packets/status/mod.rs b/azalea-protocol/src/packets/status/mod.rs index 6af51369..57ed9970 100644 --- a/azalea-protocol/src/packets/status/mod.rs +++ b/azalea-protocol/src/packets/status/mod.rs @@ -1,4 +1,4 @@ -// NOTE: This file is generated automatically by codegen/packet.py. +// NOTE: This file is @generated automatically by codegen/packet.py. // Don't edit it directly! use azalea_protocol_macros::declare_state_packets; |
