diff options
| author | mat <github@matdoes.dev> | 2023-04-20 17:11:52 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-04-20 17:11:52 +0000 |
| commit | c4c5edf80b364b9e1281e04b26446cdff499a8b5 (patch) | |
| tree | de64e328921604b2aef4ad22f23102e257f55cd3 /azalea-protocol/src | |
| parent | 5121bf9ee1b665168280d2df3f995efe1aa1cd35 (diff) | |
| download | azalea-drasl-c4c5edf80b364b9e1281e04b26446cdff499a8b5.tar.xz | |
23w16a
Diffstat (limited to 'azalea-protocol/src')
| -rwxr-xr-x | azalea-protocol/src/packets/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/mod.rs b/azalea-protocol/src/packets/mod.rs index 7639378e..1ed87b1b 100755 --- a/azalea-protocol/src/packets/mod.rs +++ b/azalea-protocol/src/packets/mod.rs @@ -10,7 +10,7 @@ use std::io::{Cursor, Write}; // TODO: rename the packet files to just like clientbound_add_entity instead of // clientbound_add_entity_packet -pub const PROTOCOL_VERSION: u32 = 1073741954; +pub const PROTOCOL_VERSION: u32 = 1073741955; #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] pub enum ConnectionProtocol { |
