Convert extension in real extension
This commit is contained in:
committed by
atlimit8
parent
2677e9c013
commit
b71402f64d
@@ -204,7 +204,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
return null;
|
||||
}
|
||||
|
||||
var containsTemporaryBlocker = WorldUtils.ContainsTemporaryBlocker(self.World, nextCell, self);
|
||||
var containsTemporaryBlocker = self.World.ContainsTemporaryBlocker(nextCell, self);
|
||||
|
||||
// Next cell in the move is blocked by another actor
|
||||
if (containsTemporaryBlocker || !mobile.CanEnterCell(nextCell, ignoreActor))
|
||||
|
||||
Reference in New Issue
Block a user