* Fixed whitespace issue.

This commit is contained in:
Peter Orzell
2014-04-20 23:12:47 -04:00
parent 27ab36d266
commit 115df0a828

View File

@@ -46,7 +46,7 @@ namespace OpenRA.Mods.RA.Render
return false;
return cargo.CurrentAdjacentCells
.Any(c => self.World.Map.IsInMap(c) && info.OpenTerrainTypes.Contains(self.World.GetTerrainType(c)) );
.Any(c => self.World.Map.IsInMap(c) && info.OpenTerrainTypes.Contains(self.World.GetTerrainType(c)));
}
void Open()