Improve Carryall behaviour and integration with Aircraft.
This commit is contained in:
@@ -106,7 +106,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
return NextActivity;
|
||||
}
|
||||
|
||||
var pos = aircraft.CenterPosition;
|
||||
var pos = aircraft.GetPosition();
|
||||
|
||||
// Reevaluate target position in case the target has moved.
|
||||
targetPosition = target.CenterPosition + offset;
|
||||
|
||||
Reference in New Issue
Block a user