fix(fixsystem): 修复线缆收放状态与阶段切换竞态

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-22 16:24:52 +08:00
co-authored by Cursor
parent 8b16aebc6b
commit 3d65941b03
6 changed files with 82 additions and 45 deletions
@@ -159,7 +159,7 @@ namespace AibisDream
[YarnCommand("RetractCable")]
public static void RetractCable()
{
CablePanel.PullUpCable();
CablePanel?.PullUpCable();
}
[YarnCommand("StartHeadBreathing")]