Fix #595 - IDisposable crash.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace OpenRA.Mods.RA.Air
|
||||
if (res != null)
|
||||
{
|
||||
plane.UnReserve();
|
||||
plane.reservation = res.Reserve(dest, self);
|
||||
plane.reservation = res.Reserve(dest, self, plane);
|
||||
}
|
||||
|
||||
var landPos = dest.CenterLocation;
|
||||
|
||||
Reference in New Issue
Block a user