Reset packet buffering to true
SendBytes was implemented a few commits back.
This commit is contained in:
parent
b78ea17d68
commit
2b3966990c
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ namespace TShockAPI
|
||||||
public string HashAlgorithm = "sha512";
|
public string HashAlgorithm = "sha512";
|
||||||
|
|
||||||
[Description("Buffers up the packets and sends them out at the end of each frame")]
|
[Description("Buffers up the packets and sends them out at the end of each frame")]
|
||||||
public bool BufferPackets = false;
|
public bool BufferPackets = true;
|
||||||
|
|
||||||
[Description("Display the users group when they chat.")]
|
[Description("Display the users group when they chat.")]
|
||||||
public bool ChatDisplayGroup = false;
|
public bool ChatDisplayGroup = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue