tell us what you are doing

This commit is contained in:
Matthias Mailänder
2014-06-28 10:38:33 +02:00
parent 95c43132c7
commit a5ac1aa581

View File

@@ -69,7 +69,7 @@ namespace OpenRA.Lint
foreach (var testMap in maps)
{
if (verbose)
Console.WriteLine("Map: {0}".F(testMap.Title));
Console.WriteLine("Testing map: {0}".F(testMap.Title));
testMap.PreloadRules();
foreach (var customPassType in Game.modData.ObjectCreator