From 740595064a65c32499a9c64892e4ccf60d8ee942 Mon Sep 17 00:00:00 2001 From: Matthijs Benschop Date: Sun, 21 Dec 2014 23:20:04 +0100 Subject: [PATCH] The carryable should not unreserve itself --- OpenRA.Mods.D2k/Traits/Carryable.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenRA.Mods.D2k/Traits/Carryable.cs b/OpenRA.Mods.D2k/Traits/Carryable.cs index 400f9a8660..e68c4d34c5 100644 --- a/OpenRA.Mods.D2k/Traits/Carryable.cs +++ b/OpenRA.Mods.D2k/Traits/Carryable.cs @@ -88,7 +88,6 @@ namespace OpenRA.Mods.D2k.Traits return; WantsTransport = false; - Reserved = false; // TODO: We could implement something like a carrier.Trait().CancelTransportNotify(self) and call it here }