Added packet buffering

This commit is contained in:
high 2011-08-02 17:16:56 -04:00
parent b9cb3e69e1
commit 1d042fccaa
5 changed files with 120 additions and 6 deletions

View file

@ -110,6 +110,8 @@ namespace TShockAPI
/// </summary>
public string HashAlgorithm = "sha512";
public bool BufferPackets = false;
public static ConfigFile Read(string path)
{
if (!File.Exists(path))