don't spam passed checks
This commit is contained in:
@@ -80,9 +80,6 @@ namespace OpenRA.Lint
|
|||||||
var customPass = (ILintPass)Game.modData.ObjectCreator
|
var customPass = (ILintPass)Game.modData.ObjectCreator
|
||||||
.CreateBasic(customPassType);
|
.CreateBasic(customPassType);
|
||||||
|
|
||||||
if (verbose)
|
|
||||||
Console.WriteLine("Pass: {0}".F(customPassType.ToString()));
|
|
||||||
|
|
||||||
customPass.Run(EmitError, EmitWarning, testMap);
|
customPass.Run(EmitError, EmitWarning, testMap);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
|||||||
Reference in New Issue
Block a user