Rename ITeleportable -> IPositionable.
This commit is contained in:
@@ -112,7 +112,7 @@ namespace OpenRA.Mods.RA
|
||||
attackerStats.BuildingsKilled++;
|
||||
defenderStats.BuildingsDead++;
|
||||
}
|
||||
else if (self.HasTrait<ITeleportable>())
|
||||
else if (self.HasTrait<IPositionable>())
|
||||
{
|
||||
attackerStats.UnitsKilled++;
|
||||
defenderStats.UnitsDead++;
|
||||
|
||||
Reference in New Issue
Block a user