The category field has been pluralized.
This commit is contained in:
committed by
teinarss
parent
b0497b7505
commit
e361f7b246
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user