diff options
| author | mat <github@matdoes.dev> | 2023-05-04 20:30:56 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-05-04 20:30:56 +0000 |
| commit | ff6d43458cef8ac6a23e6e8accd4b71c2a04aef6 (patch) | |
| tree | b6ea7c30b2eea06184f782c3a5d11c5f1ccfb288 /azalea-protocol/src/packets/mod.rs | |
| parent | d51f47b850246315e6b136ebe24622932e1b2dbd (diff) | |
| download | azalea-drasl-ff6d43458cef8ac6a23e6e8accd4b71c2a04aef6.tar.xz | |
23w18a
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 62530927..b3b81131 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 = 1073741956; +pub const PROTOCOL_VERSION: u32 = 1073741957; #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] pub enum ConnectionProtocol { |
