Add more info to Reservable dispose exception.

This commit is contained in:
Paul Chote
2011-02-26 13:05:58 +13:00
parent f74d2318d8
commit ced2247af8
5 changed files with 11 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ namespace OpenRA.Mods.RA.Air
if (res != null)
{
plane.UnReserve();
plane.reservation = res.Reserve(self);
plane.reservation = res.Reserve(dest, self);
}
var landPos = dest.CenterLocation;