remove redundant bot debug message

This commit is contained in:
Matthias Mailänder
2015-09-07 20:58:10 +02:00
parent 60359cc6f5
commit 088f56d181

View File

@@ -132,7 +132,6 @@ namespace OpenRA.Mods.Common.AI
if (item == null)
return false;
HackyAI.BotDebug("AI: {0} is starting production of {1}".F(player, item.Name));
ai.QueueOrder(Order.StartProduction(queue.Actor, item.Name, 1));
}
else if (currentBuilding != null && currentBuilding.Done)