From 2b3966990cf1a3565328e83eb9ee2f3e9a407fdd Mon Sep 17 00:00:00 2001 From: Deathmax Date: Sat, 3 Dec 2011 11:02:51 +0800 Subject: [PATCH] Reset packet buffering to true SendBytes was implemented a few commits back. --- TShockAPI/ConfigFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index 96b763d2..7a243147 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -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;