Updated api dll again

buffering is on by default now
This commit is contained in:
high 2011-08-09 19:18:59 -04:00
parent 8f934c89dc
commit 323135635a
4 changed files with 5 additions and 5 deletions

View file

@ -114,7 +114,7 @@ namespace TShockAPI
/// <summary>
/// Buffers up the packets and sends them out at the end of each frame
/// </summary>
public bool BufferPackets = false;
public bool BufferPackets = true;
/// <summary>
/// Display the users group when they chat.