Adds a queue to the SQL log and fixes some issues pointed out

This commit is contained in:
White 2015-02-26 15:37:36 +10:30
parent 0459dfca11
commit 8ff36c6709
4 changed files with 65 additions and 33 deletions

View file

@ -175,14 +175,6 @@ namespace TShockAPI
Debug(String.Format(format, args));
}
/// <summary>
/// Disposes objects that are being used.
/// </summary>
public static void Dispose()
{
TShock.Log.Dispose();
}
/// <summary>
/// Internal method which writes a message directly to the log file.
/// </summary>