Packet buffering does not work ATM, so disable. (SendBytes isn't implemented)

This commit is contained in:
Deathmax 2011-12-02 12:07:46 +08:00
parent ac75b16889
commit 3a9d95eba6

View file

@ -170,7 +170,7 @@ namespace TShockAPI
public string HashAlgorithm = "sha512";
[Description("Buffers up the packets and sends them out at the end of each frame")]
public bool BufferPackets = true;
public bool BufferPackets = false;
[Description("Display the users group when they chat.")]
public bool ChatDisplayGroup = false;