closes #4779 Deploy hotkey F not repairing helis

This commit is contained in:
Jordan Glue
2014-05-05 22:18:03 +10:00
parent bf9d3a8082
commit 2379d6167b

View File

@@ -57,8 +57,7 @@ namespace OpenRA.Mods.RA.Air
new HeliFly(self, Target.FromPos(dest.CenterPosition + offset)),
new Turn(initialFacing),
new HeliLand(false),
new Rearm(self),
NextActivity);
new ResupplyAircraft());
}
}
}