Overhaul Carryall behaviour, adding support for manual control.
This commit is contained in:
@@ -43,9 +43,6 @@ namespace OpenRA.Mods.Common.Activities
|
||||
|
||||
public override void Cancel(Actor self)
|
||||
{
|
||||
if (transportable != null)
|
||||
transportable.WantsTransport = false;
|
||||
|
||||
if (inner != null)
|
||||
inner.Cancel(self);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user