mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 22:41:46 +00:00
@ Removed unneeded warning for trivial lumps that couldn't be found when opening a map
This commit is contained in:
parent
a6ee417d45
commit
bcbe994280
1 changed files with 4 additions and 1 deletions
|
@ -972,7 +972,10 @@ namespace CodeImp.DoomBuilder
|
|||
{
|
||||
// We don't want to bother the user with this. There are a lot of lumps in
|
||||
// the game configs that are trivial and don't need to be found.
|
||||
//General.ErrorLogger.Add(ErrorType.Warning, ml.Key.ToString() + " should be read but was not found in the WAD file");
|
||||
if(lumprequired)
|
||||
{
|
||||
General.ErrorLogger.Add(ErrorType.Warning, ml.Key.ToString() + " (required lump) should be read but was not found in the WAD file");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue