remove path debug; convert all other chat abuses to Game.Debug()

This commit is contained in:
Chris Forbes
2010-03-30 07:54:23 +13:00
parent 3e45ed6133
commit 8e0e776a9a
4 changed files with 12 additions and 21 deletions

View File

@@ -43,7 +43,7 @@ namespace OpenRA.Traits.AI
}
else
{
Game.chat.AddLine(Color.White, "Debug", "Plane has nowhere to land; flying away");
Game.Debug("Plane has nowhere to land; flying away");
self.QueueActivity(new FlyOffMap());
}
}