diff options
| author | mat <github@matdoes.dev> | 2023-03-30 18:18:13 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-03-30 18:18:13 +0000 |
| commit | 659c5fea1451c041e2dcf6d8dc3ab7bb8fd0d38c (patch) | |
| tree | 76aa1717e06e12f932d1cf6e453c825d6ced8760 /azalea-protocol/src/packets/mod.rs | |
| parent | ac680d39f23f0fe004970fb9e48ca9a60437f607 (diff) | |
| download | azalea-drasl-659c5fea1451c041e2dcf6d8dc3ab7bb8fd0d38c.tar.xz | |
23w13a
Diffstat (limited to 'azalea-protocol/src/packets/mod.rs')
| -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 2b8d917d..6c11139a 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 = 762; +pub const PROTOCOL_VERSION: u32 = 1073741952; #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] pub enum ConnectionProtocol { |
