ffs, doing it the hard way as usual

This commit is contained in:
Chris Forbes
2010-08-01 14:36:53 +12:00
parent 002bc20d50
commit aafbeed703
2 changed files with 8 additions and 11 deletions

View File

@@ -108,10 +108,6 @@ namespace OpenRA.Mods.RA
UnReserve();
var res = order.TargetActor.traits.GetOrDefault<Reservable>();
if (res != null)
reservation = res.Reserve(self);
var info = self.Info.Traits.Get<PlaneInfo>();
if (self.Owner == self.World.LocalPlayer)