Merge pull request #8685 from Mailaender/lint-projectile-sprites

Added projectile sprite testing to the CheckYaml lint rules
This commit is contained in:
reaperrr
2015-07-21 01:56:58 +02:00
8 changed files with 100 additions and 15 deletions

View File

@@ -77,7 +77,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
}
catch (Exception e)
{
EmitError("{0} failed with exception: {0}".F(customPassType, e));
EmitError("{0} failed with exception: {1}".F(customPassType, e));
}
}
}