diff options
| author | mat <github@matdoes.dev> | 2023-04-28 17:00:20 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-04-28 17:00:20 +0000 |
| commit | 64e084934e110bbf4187fdbb44d870381ac6a816 (patch) | |
| tree | d7e6d867ad18ab4ef795ac37e2fea5e3ec703ff6 /azalea-protocol/src/packets/mod.rs | |
| parent | 88b09f7791b51639f8191cc88c98fbd13fa7e3d4 (diff) | |
| download | azalea-drasl-64e084934e110bbf4187fdbb44d870381ac6a816.tar.xz | |
23w17a
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 1ed87b1b..62530927 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 = 1073741955; +pub const PROTOCOL_VERSION: u32 = 1073741956; #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] pub enum ConnectionProtocol { |
