Spelling fixes

This commit is contained in:
RoosterDragon
2023-03-02 17:06:48 +00:00
committed by Pavel Penev
parent 52fd564eac
commit 53e9f44972
12 changed files with 13 additions and 13 deletions

View File

@@ -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)
{