Replace spaces by tabs in UpgradeRules.cs

This commit is contained in:
abcdefg30
2016-01-10 21:52:04 +01:00
parent a8475d7fcd
commit e37d804a5a

View File

@@ -1899,7 +1899,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
// Rename *CrateAction.ValidRaces
if (depth == 2 && node.Key == "ValidRaces"
&& (parentKey == "DuplicateUnitCrateAction" || parentKey == "GiveUnitCrateAction"))
&& (parentKey == "DuplicateUnitCrateAction" || parentKey == "GiveUnitCrateAction"))
node.Key = "ValidFactions";
}