Deprecated PacketBufferer as its function is now fulfilled by SendQ

This commit is contained in:
White 2015-11-23 11:50:24 +10:30
parent 7d4a96cfee
commit 9c7d0f08e2
4 changed files with 37 additions and 33 deletions

View file

@ -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;