aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/mod.rs
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2023-05-11 17:11:15 +0000
committermat <github@matdoes.dev>2023-05-11 17:11:34 +0000
commitc04620ec3892e47f463d4af969757c000235eff6 (patch)
treedd8969838b3cbac94e13fb58b761396242b19c2e /azalea-protocol/src/packets/mod.rs
parentc7a923ccc8ae825deca62ac2cc8c80c01484d5b6 (diff)
downloadazalea-drasl-c04620ec3892e47f463d4af969757c000235eff6.tar.xz
1.20-pre1
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 b3b81131..58e53454 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 = 1073741957;
+pub const PROTOCOL_VERSION: u32 = 1073741958;
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum ConnectionProtocol {