Added packet buffering
This commit is contained in:
parent
b9cb3e69e1
commit
1d042fccaa
5 changed files with 120 additions and 6 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue