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;