The carryable should not unreserve itself

This commit is contained in:
Matthijs Benschop
2014-12-21 23:20:04 +01:00
parent 0868558e94
commit 740595064a

View File

@@ -88,7 +88,6 @@ namespace OpenRA.Mods.D2k.Traits
return;
WantsTransport = false;
Reserved = false;
// TODO: We could implement something like a carrier.Trait<AutoCarryAll>().CancelTransportNotify(self) and call it here
}