Log no longer outputs to console. (Some things are calling it too fast)
This commit is contained in:
parent
68014b4853
commit
dc374f9051
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue