From 3ebb7582afc24992674cf6ebc0d6f314569d727f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 7 Jul 2024 15:25:48 +0200 Subject: transmit boosting state --- server/src/protocol.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/src/protocol.rs') diff --git a/server/src/protocol.rs b/server/src/protocol.rs index 58182917..facfa5ab 100644 --- a/server/src/protocol.rs +++ b/server/src/protocol.rs @@ -47,6 +47,7 @@ pub enum PacketS { Position { pos: Vec2, rot: f32, + boosting: bool, }, Interact { pos: IVec2, @@ -98,6 +99,7 @@ pub enum PacketC { player: PlayerID, pos: Vec2, rot: f32, + boosting: bool, }, MoveItem { from: ItemLocation, -- cgit v1.2.3-70-g09d2