Fix Service Depot Rally point path finding (+rename ignoredActor)

This commit is contained in:
rob-v
2017-04-09 19:14:25 +02:00
parent 669cf01d80
commit fb1d8d780f
8 changed files with 19 additions and 37 deletions

View File

@@ -120,7 +120,7 @@ namespace OpenRA.Mods.Common.Pathfinder
public IPathSearch WithIgnoredActor(Actor b)
{
Graph.IgnoredActor = b;
Graph.IgnoreActor = b;
return this;
}