From b7b83b9f245b3d9a979b8ad916494cd300513842 Mon Sep 17 00:00:00 2001 From: wookieejedi Date: Tue, 4 Feb 2025 14:09:34 -0500 Subject: [PATCH] Hides the Build Settings Warning in TC Mode As discussed on Discord, modders who make a TC customization will either be using in-game options or not for their specific mod, so no need to warn new players about the options (and warning new players creates a confusing and less streamline first-time experience). --- Knossos.NET/Classes/Knossos.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Knossos.NET/Classes/Knossos.cs b/Knossos.NET/Classes/Knossos.cs index a4ba8791..8a8b0c0b 100644 --- a/Knossos.NET/Classes/Knossos.cs +++ b/Knossos.NET/Classes/Knossos.cs @@ -1368,7 +1368,7 @@ public static async void PlayMod(Mod mod, FsoExecType fsoExecType, bool standalo - if (MainWindow.instance != null && globalSettings.warnNewSettingsSystem) + if (MainWindow.instance != null && globalSettings.warnNewSettingsSystem && !CustomLauncher.IsCustomMode) { try {