Map: Rename IsInMap -> Contains.
This commit is contained in:
@@ -202,7 +202,7 @@ namespace OpenRA.Mods.RA
|
||||
return false;
|
||||
|
||||
var location = target.CenterPosition.ToCPos();
|
||||
if (!self.World.Map.IsInMap(location))
|
||||
if (!self.World.Map.Contains(location))
|
||||
return false;
|
||||
|
||||
cursor = "ability";
|
||||
|
||||
Reference in New Issue
Block a user