1
0

Initial BungeeCord support.

Ref.: #1392
This commit is contained in:
madmaxoft
2014-09-17 09:38:06 +02:00
parent 96f45a48d4
commit 3406957f1b
4 changed files with 43 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
cProtocolRecognizer::cProtocolRecognizer(cClientHandle * a_Client) :
super(a_Client),
m_Protocol(NULL),
m_Buffer(512)
m_Buffer(8192) // We need a larger buffer to support BungeeCord - it sends one huge packet at the start
{
}