From 4243378298168d2a19b48ed0c1e68e2c960a8843 Mon Sep 17 00:00:00 2001 From: num0005 Date: Wed, 26 Jun 2024 18:29:27 +0100 Subject: [PATCH] [ToolkitBase] Only h1 and h2 support the special command line flags we use. --- Launcher/ToolkitInterface/ToolkitBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Launcher/ToolkitInterface/ToolkitBase.cs b/Launcher/ToolkitInterface/ToolkitBase.cs index 427a1d2..81b34ed 100644 --- a/Launcher/ToolkitInterface/ToolkitBase.cs +++ b/Launcher/ToolkitInterface/ToolkitBase.cs @@ -336,7 +336,7 @@ private List GetArgsToPrepend() { List args = new(); - if (Profile.Generation != GameGen.Halo3 && Profile.IsMCC) + if ((Profile.Generation == GameGen.Halo1 || Profile.Generation == GameGen.Halo2) && Profile.IsMCC) { if (!IsDefaultTagDirectory()) {