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/bot/src/pathfinding.rs | |
| 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/bot/src/pathfinding.rs')
| -rw-r--r-- | server/bot/src/pathfinding.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/bot/src/pathfinding.rs b/server/bot/src/pathfinding.rs index 936f99dd..4aa7c2ff 100644 --- a/server/bot/src/pathfinding.rs +++ b/server/bot/src/pathfinding.rs @@ -69,6 +69,7 @@ impl Path { display: DebugEventDisplay::Path { points: self.segments.clone(), }, + timeout: 0.1, } } } |