mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 12:22:35 +00:00
Err...
This commit is contained in:
parent
27d021887e
commit
580eb49283
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue