Run StyleCop on the smaller projects.
Also add a copy of the rules to the CrashDialog and Irc projects.
This commit is contained in:
@@ -316,7 +316,7 @@ namespace OpenRA.Utility
|
||||
|
||||
if (engineVersion < 20140615)
|
||||
{
|
||||
if (depth == 2 && parentKey == "Warhead" && node.Key == "Ore" )
|
||||
if (depth == 2 && parentKey == "Warhead" && node.Key == "Ore")
|
||||
node.Key = "DestroyResources";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user