Report custom map rule errors in the lint output.
This commit is contained in:
@@ -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.");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user