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 }