diff --git a/Craftimizer/Windows/SynthHelper.cs b/Craftimizer/Windows/SynthHelper.cs index bc4afc9..c703f6c 100644 --- a/Craftimizer/Windows/SynthHelper.cs +++ b/Craftimizer/Windows/SynthHelper.cs @@ -200,7 +200,10 @@ public sealed unsafe class SynthHelper : Window, IDisposable } if (RecipeData?.RecipeId != recipeId) + { OnStartCrafting(recipeId); + OnStateUpdated(); + } if (IsRecalculateQueued) OnStateUpdated();