From 362363b3fd1f1fbffe2a3f81d73e71939addd34b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 21 Sep 2024 18:07:18 +0200 Subject: redirect packet --- server/protocol/src/lib.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'server/protocol/src/lib.rs') diff --git a/server/protocol/src/lib.rs b/server/protocol/src/lib.rs index 56ddc7a8..b826edae 100644 --- a/server/protocol/src/lib.rs +++ b/server/protocol/src/lib.rs @@ -28,7 +28,7 @@ pub use glam; pub mod movement; pub mod registry; -pub const VERSION: (u32, u32) = (7, 0); +pub const VERSION: (u32, u32) = (7, 1); pub const BINCODE_CONFIG: Configuration> = standard().with_limit(); @@ -247,6 +247,9 @@ pub enum PacketC { item: ItemIndex, success: bool, }, + Redirect { + uri: Vec, + }, /// For use in replay sessions only ReplayStart, -- cgit v1.2.3-70-g09d2