diff options
| author | mat <github@matdoes.dev> | 2022-06-23 21:34:10 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-23 21:34:10 -0500 |
| commit | e44afb76f4d89ecd3763db83338268b9d9360a0c (patch) | |
| tree | 2f10e13c8c3155bd8cfccaab3635e0ac60231850 /azalea-protocol | |
| parent | deef5d27c08daa709e5ebebc382aadff7450fca6 (diff) | |
| download | azalea-drasl-e44afb76f4d89ecd3763db83338268b9d9360a0c.tar.xz | |
1.19.1-rc1
Diffstat (limited to 'azalea-protocol')
| -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 0dd79a47..a8915290 100755 --- a/azalea-protocol/src/packets/mod.rs +++ b/azalea-protocol/src/packets/mod.rs @@ -12,7 +12,7 @@ use crate::{ use num_derive::FromPrimitive; use num_traits::FromPrimitive; -pub const PROTOCOL_VERSION: u32 = 1073741917; +pub const PROTOCOL_VERSION: u32 = 1073741918; #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, FromPrimitive)] pub enum ConnectionProtocol { |
