diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-22 16:55:17 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-22 16:55:17 +0200 |
| commit | 04e212f3ac61e9af772d803271875e057e498072 (patch) | |
| tree | d58197e626869463b3e8d49b03135c2861551c66 /server/protocol | |
| parent | b34b2a5b8d118974502c015912e1ed67fa6965b0 (diff) | |
| download | hurrycurry-04e212f3ac61e9af772d803271875e057e498072.tar hurrycurry-04e212f3ac61e9af772d803271875e057e498072.tar.bz2 hurrycurry-04e212f3ac61e9af772d803271875e057e498072.tar.zst | |
Fix step is_busy and stop moving when interacting
Diffstat (limited to 'server/protocol')
| -rw-r--r-- | server/protocol/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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")] |