Log no longer outputs to console. (Some things are calling it too fast)

This commit is contained in:
Deathmax 2011-06-05 11:10:14 +08:00
parent 68014b4853
commit dc374f9051

View file

@ -84,7 +84,7 @@ namespace TShockAPI
String text = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss", CultureInfo.InvariantCulture) + " - " + caller + message;
Console.WriteLine(text);
//Console.WriteLine(text);
if (!MayWriteType(level))
{