fix logic error

This commit is contained in:
bluepilledgreat 2023-04-09 18:13:22 +01:00
parent 567dc7390b
commit 6bbfdd4124

View File

@ -43,7 +43,7 @@ namespace Bloxstrap.Helpers
{ {
foreach (var mode in RenderingModes) foreach (var mode in RenderingModes)
{ {
if (value != "Automatic") if (mode.Key != "Automatic")
App.FastFlags.Changes[mode.Value] = null; App.FastFlags.Changes[mode.Value] = null;
} }