Reset packet buffering to true

SendBytes was implemented a few commits back.
This commit is contained in:
Deathmax 2011-12-03 11:02:51 +08:00
parent b78ea17d68
commit 2b3966990c

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 = false;
public bool BufferPackets = true;
[Description("Display the users group when they chat.")]
public bool ChatDisplayGroup = false;