This commit is contained in:
Ottermandias 2026-02-07 18:16:14 +01:00
parent bc5538dd9d
commit 9ba457bda5

View file

@ -311,9 +311,6 @@ public sealed class ActorPanel : IPanel
if (Im.Cursor.X is not 0)
Im.Line.New();
}
if (turnHuman)
_stateManager.TurnHuman(_selection.State, StateSource.Manual);
}