Unify AIUtils.BotDebug prefixes.

This commit is contained in:
Matthias Mailänder
2020-07-19 23:09:27 +02:00
committed by abcdefg30
parent b7c7eff2a2
commit a4fc9fea3b
5 changed files with 16 additions and 16 deletions

View File

@@ -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;
}