fixed #1169 - bot rallypoint debug changed to BotDebug()
This commit is contained in:
@@ -354,7 +354,7 @@ namespace OpenRA.Mods.RA.AI
|
|||||||
var possibleRallyPoints = world.FindTilesInCircle(startPos, 8).Where(IsRallyPointValid).ToArray();
|
var possibleRallyPoints = world.FindTilesInCircle(startPos, 8).Where(IsRallyPointValid).ToArray();
|
||||||
if (possibleRallyPoints.Length == 0)
|
if (possibleRallyPoints.Length == 0)
|
||||||
{
|
{
|
||||||
Game.Debug("Bot Bug: No possible rallypoint near {0}", startPos);
|
BotDebug("Bot Bug: No possible rallypoint near {0}", startPos);
|
||||||
return startPos;
|
return startPos;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user