diff --git a/Craftimizer/Craftimizer.csproj b/Craftimizer/Craftimizer.csproj index c65b474..3a11832 100644 --- a/Craftimizer/Craftimizer.csproj +++ b/Craftimizer/Craftimizer.csproj @@ -2,7 +2,7 @@ Asriel Camora - 1.9.3.0 + 1.9.4.0 https://github.com/WorkingRobot/craftimizer.git Debug;Release diff --git a/Craftimizer/Windows/SynthHelper.cs b/Craftimizer/Windows/SynthHelper.cs index 7bf6f61..63fce38 100644 --- a/Craftimizer/Windows/SynthHelper.cs +++ b/Craftimizer/Windows/SynthHelper.cs @@ -518,7 +518,7 @@ public sealed unsafe class SynthHelper : Window, IDisposable private void CalculateBestMacroTask(SimulationState state, CancellationToken token) { - var config = Service.Configuration.SimulatorSolverConfig; + var config = Service.Configuration.SynthHelperSolverConfig; token.ThrowIfCancellationRequested();