This commit is contained in:
Ottermandias 2023-07-31 20:39:54 +02:00
parent 27d5d2fba3
commit e9a4e8fa1b
5 changed files with 5 additions and 6 deletions

View file

@ -166,8 +166,7 @@ public class AutoDesignApplier : IDisposable
case AutomationChanged.Type.AddedDesign:
case AutomationChanged.Type.MovedDesign:
case AutomationChanged.Type.ChangedDesign:
case AutomationChanged.Type.ChangedJobConditions:
case AutomationChanged.Type.ChangedCoordinateConditions:
case AutomationChanged.Type.ChangedConditions:
case AutomationChanged.Type.ChangedType:
ApplyNew(set);
break;