Formatting fixes.
Spaces to tabs, indents, etc.
This commit is contained in:
@@ -881,7 +881,7 @@ namespace OpenRA.Mods.RA.AI
|
||||
|
||||
// Protected harvesters or building
|
||||
if ((self.HasTrait<Harvester>() || self.HasTrait<Building>()) &&
|
||||
p.Stances[e.Attacker.Owner] == Stance.Enemy)
|
||||
p.Stances[e.Attacker.Owner] == Stance.Enemy)
|
||||
{
|
||||
defenseCenter = e.Attacker.Location;
|
||||
ProtectOwn(e.Attacker);
|
||||
|
||||
Reference in New Issue
Block a user