From 04e212f3ac61e9af772d803271875e057e498072 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 22 Oct 2025 16:55:17 +0200 Subject: Fix step is_busy and stop moving when interacting --- server/protocol/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'server/protocol/src/lib.rs') diff --git a/server/protocol/src/lib.rs b/server/protocol/src/lib.rs index 2d9aa0f0..09134a4f 100644 --- a/server/protocol/src/lib.rs +++ b/server/protocol/src/lib.rs @@ -384,6 +384,7 @@ pub struct DebugEvent { pub key: String, pub color: Vec3, pub display: DebugEventDisplay, + pub timeout: f32, } #[derive(Debug, Clone, Serialize, Deserialize)] #[serde(rename_all = "snake_case", tag = "ty")] -- cgit v1.3