From 2f2890596d4d01c9f5cd359680c6c52314014136 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Mon, 6 Sep 2010 18:44:12 +1200 Subject: [PATCH] fix bug in HackyAI debug --- OpenRA.Mods.RA/HackyAI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.RA/HackyAI.cs b/OpenRA.Mods.RA/HackyAI.cs index 8894379321..00778b1d8d 100644 --- a/OpenRA.Mods.RA/HackyAI.cs +++ b/OpenRA.Mods.RA/HackyAI.cs @@ -96,7 +96,7 @@ namespace OpenRA.Mods.RA if (best != null) { - Game.Debug("AI: Need more power, so {0} is best choice.".F(best)); + Game.Debug("AI: Need more power, so {0} is best choice.".F(best.Name)); return best; } else