The category field has been pluralized.

This commit is contained in:
Matthias Mailänder
2020-04-07 19:34:03 +02:00
committed by teinarss
parent b0497b7505
commit e361f7b246

View File

@@ -95,7 +95,7 @@ namespace OpenRA.Mods.Cnc.UtilityCommands
using (var s = modData.DefaultFileSystem.Open(templateFilename))
{
data.AppendLine("\tTemplate@{0}:".F(templateIndex));
data.AppendLine("\t\tCategory: {0}".F(sectionCategory));
data.AppendLine("\t\tCategories: {0}".F(sectionCategory));
usedCategories.Add(sectionCategory);
data.AppendLine("\t\tId: {0}".F(templateIndex));