From 3a9d95eba6bb6b863a08a47827e2bb958303af37 Mon Sep 17 00:00:00 2001 From: Deathmax Date: Fri, 2 Dec 2011 12:07:46 +0800 Subject: [PATCH] Packet buffering does not work ATM, so disable. (SendBytes isn't implemented) --- TShockAPI/ConfigFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index 7a243147..96b763d2 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 = true; + public bool BufferPackets = false; [Description("Display the users group when they chat.")] public bool ChatDisplayGroup = false;