aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/mod.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2023-05-04 20:30:56 +0000
committermat <github@matdoes.dev>2023-05-04 20:30:56 +0000
commitff6d43458cef8ac6a23e6e8accd4b71c2a04aef6 (patch)
treeb6ea7c30b2eea06184f782c3a5d11c5f1ccfb288 /azalea-protocol/src/packets/mod.rs
parentd51f47b850246315e6b136ebe24622932e1b2dbd (diff)
downloadazalea-drasl-ff6d43458cef8ac6a23e6e8accd4b71c2a04aef6.tar.xz
23w18a
Diffstat (limited to 'azalea-protocol/src/packets/mod.rs')
-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 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 {