Deprecated PacketBufferer as its function is now fulfilled by SendQ
This commit is contained in:
parent
7d4a96cfee
commit
9c7d0f08e2
4 changed files with 37 additions and 33 deletions
|
|
@ -186,6 +186,7 @@ namespace TShockAPI
|
|||
[Description("Valid types are \"sha512\", \"sha256\", \"md5\", append with \"-xp\" for the xp supported algorithms.")]
|
||||
public string HashAlgorithm = "sha512";
|
||||
|
||||
[Obsolete("PacketBuffered is no longer used")]
|
||||
[Description("Buffers up the packets and sends them out at the end of each frame.")]
|
||||
public bool BufferPackets = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue