diff --git a/Knossos.NET/Models/ModSettings.cs b/Knossos.NET/Models/ModSettings.cs index 6663ccb6..c7615e41 100644 --- a/Knossos.NET/Models/ModSettings.cs +++ b/Knossos.NET/Models/ModSettings.cs @@ -107,6 +107,7 @@ public void Load(string modFolderPath) customBuildExec = tempSettings.customBuildExec; isCompressed = tempSettings.isCompressed; ignoreGlobalCmd = tempSettings.ignoreGlobalCmd; + noIngameOptions = tempSettings.noIngameOptions; Log.Add(Log.LogSeverity.Information, "ModSettings.Load()", "Mod settings have been loaded from " + filePath); }