Packet buffering does not work ATM, so disable. (SendBytes isn't implemented)
This commit is contained in:
parent
ac75b16889
commit
3a9d95eba6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue