Spelling fixes
This commit is contained in:
committed by
Pavel Penev
parent
52fd564eac
commit
53e9f44972
@@ -804,7 +804,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
var altitude = self.World.Map.DistanceAboveTerrain(CenterPosition);
|
||||
|
||||
// LandingCells define OccupiedCells, so we need to keep current position with LandindCells in sync.
|
||||
// Though we don't want to update LandingCells when the unit is airborn, as when non-VTOL units reserve
|
||||
// Though we don't want to update LandingCells when the unit is airborne, as when non-VTOL units reserve
|
||||
// their landing position it is expected for their landing cell to not match their current position.
|
||||
if (HasInfluence() && altitude.Length <= Info.MinAirborneAltitude)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user