|
|
|
@ -59,7 +59,7 @@ public class SendOwnPlayerMsg extends ClientNetMsg {
@@ -59,7 +59,7 @@ public class SendOwnPlayerMsg extends ClientNetMsg {
|
|
|
|
|
@Override |
|
|
|
|
protected int getPowerOfTwoBufferSize() { |
|
|
|
|
//Larger size for historically larger opcodes
|
|
|
|
|
return (17); // 2^17 == 131,072
|
|
|
|
|
return (18); // 2^17 == 131,072
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|