diff options
| author | mat <github@matdoes.dev> | 2022-06-16 20:59:19 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-06-16 20:59:19 -0500 |
| commit | 9c0b6f6631f861cb1582c6bba41d2931ee26bf16 (patch) | |
| tree | 1976fe06ae3a7949fbc56aa98bea1c7ed00bb121 /azalea-protocol/src/packets | |
| parent | 70cc7dfbeda9775014f25c9ec40932d83bae280f (diff) | |
| download | azalea-drasl-9c0b6f6631f861cb1582c6bba41d2931ee26bf16.tar.xz | |
22w24a & update packets when they're modified
Diffstat (limited to 'azalea-protocol/src/packets')
| -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 1cc79b79..8425b0e9 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 = 759; +pub const PROTOCOL_VERSION: u32 = 1073741916; #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, FromPrimitive)] pub enum ConnectionProtocol { |
