Fixed comment typo in Aircraft

This commit is contained in:
reaperrr
2019-07-13 15:25:57 +02:00
committed by Paul Chote
parent 5211eb25aa
commit a010c72780

View File

@@ -358,7 +358,7 @@ namespace OpenRA.Mods.Common.Traits
ForceLanding = true;
}
// Add takeoff activity if LandOnCondidion resolves to false and the actor should not land when idle.
// Add takeoff activity if LandOnCondition resolves to false and the actor should not land when idle.
if (ForceLanding && landNow.HasValue && !landNow.Value && !cruising && !(self.CurrentActivity is TakeOff))
{
ForceLanding = false;