diff --git a/OpenRA.Mods.Common/Traits/Parachutable.cs b/OpenRA.Mods.Common/Traits/Parachutable.cs index 8ec98497e7..3901f6d350 100644 --- a/OpenRA.Mods.Common/Traits/Parachutable.cs +++ b/OpenRA.Mods.Common/Traits/Parachutable.cs @@ -64,9 +64,6 @@ namespace OpenRA.Mods.Common.Traits return; var cell = self.Location; - if (self.World.Map.Contains(cell)) - return; - if (positionable.CanEnterCell(cell, self)) return;