Add World parameter to Target.FromCell.
This commit is contained in:
@@ -98,7 +98,7 @@ namespace OpenRA.Mods.RA
|
||||
});
|
||||
|
||||
plane.CancelActivity();
|
||||
plane.QueueActivity(new FlyAttack(Target.FromCell(p)));
|
||||
plane.QueueActivity(new FlyAttack(Target.FromCell(w, p)));
|
||||
plane.Trait<ParaDrop>().SetLZ(p);
|
||||
plane.Trait<Cargo>().Load(plane, crate);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user