Unify AIUtils.BotDebug prefixes.
This commit is contained in:
committed by
abcdefg30
parent
b7c7eff2a2
commit
a4fc9fea3b
@@ -243,7 +243,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
if (!possibleRallyPoints.Any())
|
||||
{
|
||||
AIUtils.BotDebug("Bot Bug: No possible rallypoint near {0}", producer.Location);
|
||||
AIUtils.BotDebug("{0} has no possible rallypoint near {1}", producer.Owner, producer.Location);
|
||||
return producer.Location;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user