diff --git a/Source/Core/Config/ThingsFlagsCompare.cs b/Source/Core/Config/ThingsFlagsCompare.cs index fe71cb78..f7804593 100644 --- a/Source/Core/Config/ThingsFlagsCompare.cs +++ b/Source/Core/Config/ThingsFlagsCompare.cs @@ -130,7 +130,7 @@ namespace CodeImp.DoomBuilder.Config } //mxd. We should ignore the flag if requiredflag is not set - if (string.IsNullOrEmpty(requiredflag)) + if(!string.IsNullOrEmpty(requiredflag)) { bool inverted = General.Map.Config.ThingFlagsCompare[group].ContainsKey(requiredflag) && General.Map.Config.ThingFlagsCompare[group][requiredflag].invert;