Report custom map rule errors in the lint output.

This commit is contained in:
Paul Chote
2018-06-12 18:31:52 +00:00
committed by abcdefg30
parent 15e78332a3
commit 4d664d4f74
3 changed files with 10 additions and 3 deletions

View File

@@ -31,9 +31,6 @@ namespace OpenRA.Mods.Common.Lint
if (!map.Categories.Any())
emitError("Map does not define any categories.");
if (map.InvalidCustomRules)
emitError("Map contains invalid custom rules.");
}
}
}