aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/mod.rs
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-06-12 14:38:40 -0500
committermat <git@matdoes.dev>2023-06-12 14:38:40 -0500
commit5f8e5be4dcbcb425d87ae2a1dee5ba5ef4484c10 (patch)
treedf134f8abfd0723a19998ac07e8be806619f41bc /azalea-protocol/src/packets/mod.rs
parentbc7e0ab53739f59f68f860ba75973908ffc5b560 (diff)
parent49f951688e4ab117ee2719a9db573bd731c4748a (diff)
downloadazalea-drasl-5f8e5be4dcbcb425d87ae2a1dee5ba5ef4484c10.tar.xz
Merge branch '1.20'
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 2b8d917d..a9e2948c 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 = 762;
+pub const PROTOCOL_VERSION: u32 = 763;
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum ConnectionProtocol {