Replace spaces by tabs in UpgradeRules.cs
This commit is contained in:
@@ -1899,7 +1899,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
|||||||
|
|
||||||
// Rename *CrateAction.ValidRaces
|
// Rename *CrateAction.ValidRaces
|
||||||
if (depth == 2 && node.Key == "ValidRaces"
|
if (depth == 2 && node.Key == "ValidRaces"
|
||||||
&& (parentKey == "DuplicateUnitCrateAction" || parentKey == "GiveUnitCrateAction"))
|
&& (parentKey == "DuplicateUnitCrateAction" || parentKey == "GiveUnitCrateAction"))
|
||||||
node.Key = "ValidFactions";
|
node.Key = "ValidFactions";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user