HackyAI now builds refinery near ore.

This commit is contained in:
Forcecore
2017-03-09 09:42:56 -06:00
parent 5e737980fe
commit 7588d6708b

View File

@@ -562,7 +562,7 @@ namespace OpenRA.Mods.Common.AI
foreach (var r in nearbyResources)
{
var found = findPos(r, baseCenter, Info.MinBaseRadius, Info.MaxBaseRadius);
var found = findPos(baseCenter, r, Info.MinBaseRadius, Info.MaxBaseRadius);
if (found != null)
return found;
}