Commit b5815b1e authored by nanahira's avatar nanahira

error debug

parent 604a7c79
......@@ -171,7 +171,10 @@ namespace WindBot.Game.AI
{
string message = string.Format(array[Program.Rand.Next(array.Count)], opts);
if (message != "")
{
_game.Chat(message);
Logger.WriteLine("Error: " + message);
}
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment