Remove AbortOnResupply from Aircraft again

This was accidentally re-added during a rebase in
a previous PR.
This commit is contained in:
reaperrr
2019-07-18 14:53:42 +02:00
committed by abcdefg30
parent 7f4fbfcf46
commit d185f6e9f1

View File

@@ -87,9 +87,6 @@ namespace OpenRA.Mods.Common.Traits
[Desc("Does this VTOL actor need to turn before landing on a resupplier?")]
public readonly bool TurnToDock = true;
[Desc("Does this actor cancel its previous activity after resupplying?")]
public readonly bool AbortOnResupply = true;
[Desc("Does this actor automatically take off after resupplying?")]
public readonly bool TakeOffOnResupply = false;