Updated api dll again
buffering is on by default now
This commit is contained in:
parent
8f934c89dc
commit
323135635a
4 changed files with 5 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue