diff options
| author | mat <github@matdoes.dev> | 2023-05-16 17:00:12 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-05-16 17:00:12 +0000 |
| commit | 33044c79574e4c8d0181232494dfa4b3e337580b (patch) | |
| tree | 32ab1b97aa209e96ce0811846278fa4e67855ae6 /azalea-protocol/src | |
| parent | 49952dd1507d70cd63305ffbcae4b062dfb4ce68 (diff) | |
| download | azalea-drasl-33044c79574e4c8d0181232494dfa4b3e337580b.tar.xz | |
1.20-pre2
Diffstat (limited to 'azalea-protocol/src')
| -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 58e53454..98e0d091 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 = 1073741958; +pub const PROTOCOL_VERSION: u32 = 1073741959; #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] pub enum ConnectionProtocol { |
