diff options
| author | mat <git@matdoes.dev> | 2023-05-24 02:46:19 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-05-24 02:46:19 -0500 |
| commit | 630c78b3180443115b84261a63bfdb3e61c41822 (patch) | |
| tree | 1474b7f3f72423a7fc7d87c90e2d70937b403a91 /azalea-protocol/src/packets/mod.rs | |
| parent | 33044c79574e4c8d0181232494dfa4b3e337580b (diff) | |
| download | azalea-drasl-630c78b3180443115b84261a63bfdb3e61c41822.tar.xz | |
1.20-pre5
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 98e0d091..814fe121 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 = 1073741959; +pub const PROTOCOL_VERSION: u32 = 1073741962; #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] pub enum ConnectionProtocol { |
