Adds a queue to the SQL log and fixes some issues pointed out
This commit is contained in:
parent
0459dfca11
commit
8ff36c6709
4 changed files with 65 additions and 33 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue