From 59142d7782f19e3920989dd4df0b68637308928a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Fri, 4 Sep 2015 20:52:48 +0200 Subject: [PATCH] terrain sprite definition MiniYaml changed to plural form, too --- OpenRA.Mods.TS/UtilityCommands/LegacyTilesetImporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.TS/UtilityCommands/LegacyTilesetImporter.cs b/OpenRA.Mods.TS/UtilityCommands/LegacyTilesetImporter.cs index 77fd7c81d3..78d7d9b52c 100644 --- a/OpenRA.Mods.TS/UtilityCommands/LegacyTilesetImporter.cs +++ b/OpenRA.Mods.TS/UtilityCommands/LegacyTilesetImporter.cs @@ -87,7 +87,7 @@ namespace OpenRA.Mods.TS.UtilityCommands images.Add(variant); } - Console.WriteLine("\t\tImage: {0}", images.JoinWith(", ")); + Console.WriteLine("\t\tImages: {0}", images.JoinWith(", ")); var templateWidth = s.ReadUInt32(); var templateHeight = s.ReadUInt32();