aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2023-05-16 17:00:12 +0000
committermat <github@matdoes.dev>2023-05-16 17:00:12 +0000
commit33044c79574e4c8d0181232494dfa4b3e337580b (patch)
tree32ab1b97aa209e96ce0811846278fa4e67855ae6 /azalea-protocol/src/packets
parent49952dd1507d70cd63305ffbcae4b062dfb4ce68 (diff)
downloadazalea-drasl-33044c79574e4c8d0181232494dfa4b3e337580b.tar.xz
1.20-pre2
Diffstat (limited to 'azalea-protocol/src/packets')
-rwxr-xr-xazalea-protocol/src/packets/mod.rs2
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 {