Merge pull request #11960 from pchote/fix-parachute-death
Remove invalid cell check from Parachutable.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user