also check map.yaml Sequences:

closes #4765
This commit is contained in:
Matthias Mailänder
2014-03-03 13:55:25 +01:00
parent 9a8c9d1985
commit cb43581c91
7 changed files with 11 additions and 10 deletions

View File

@@ -68,7 +68,7 @@ namespace OpenRA.Lint
if (verbose)
Console.WriteLine("Pass: {0}".F(customPassType.ToString()));
customPass.Run(EmitError, EmitWarning);
customPass.Run(EmitError, EmitWarning, testMap);
}
catch (Exception e)
{