From 7f7b48889a715ceea8bc0a1687401e11c69317ea Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Fri, 29 Nov 2024 20:38:15 +0000 Subject: [PATCH] still set FFlagDisableNewIGMinDUA to null --- Bloxstrap/Installer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Bloxstrap/Installer.cs b/Bloxstrap/Installer.cs index 7b9c5bf..e5fbf39 100644 --- a/Bloxstrap/Installer.cs +++ b/Bloxstrap/Installer.cs @@ -541,6 +541,7 @@ namespace Bloxstrap WindowsRegistry.RegisterPlayer(); + App.FastFlags.SetValue("FFlagDisableNewIGMinDUA", null); App.FastFlags.SetValue("FFlagFixGraphicsQuality", null); try