diff options
| author | Ubuntu <github@matdoes.dev> | 2022-09-06 18:41:59 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-09-06 18:41:59 +0000 |
| commit | ab45bb7825b41c745f89a1dc6c1213742c7b8512 (patch) | |
| tree | 213524948068bb8672302374283077b087668b2c /azalea-protocol/src/packets/mod.rs | |
| parent | eb6328ddc6d3a7ca83e98d0297b7513c406dca08 (diff) | |
| download | azalea-drasl-ab45bb7825b41c745f89a1dc6c1213742c7b8512.tar.xz | |
rename variants in packet enums to be shorter
Diffstat (limited to 'azalea-protocol/src/packets/mod.rs')
| -rw-r--r-- | azalea-protocol/src/packets/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-protocol/src/packets/mod.rs b/azalea-protocol/src/packets/mod.rs index 06647540..110929a1 100644 --- a/azalea-protocol/src/packets/mod.rs +++ b/azalea-protocol/src/packets/mod.rs @@ -7,6 +7,8 @@ use crate::read::ReadPacketError; use azalea_buf::{BufReadError, McBufVarReadable, McBufVarWritable, McBufWritable}; use std::io::{Read, Write}; +// TODO: rename the packet files to just like clientbound_add_entity instead of clientbound_add_entity_packet + pub const PROTOCOL_VERSION: u32 = 760; #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] |
