misc.mcserver: fixes try 2
This commit is contained in:
parent
3e4ce34435
commit
48c0d64cdb
1 changed files with 1 additions and 1 deletions
|
@ -721,7 +721,7 @@ const handshakeWithLength = Buffer.concat([
|
||||||
|
|
||||||
const status = Buffer.concat([writeVarInt(1), writeVarInt(0x0)]);
|
const status = Buffer.concat([writeVarInt(1), writeVarInt(0x0)]);
|
||||||
|
|
||||||
const HANDSHAKE_PACKET = Buffer.concat(handshakeWithLength, status);
|
const HANDSHAKE_PACKET = Buffer.concat([handshakeWithLength, status]);
|
||||||
|
|
||||||
const formattingToAnsi = {
|
const formattingToAnsi = {
|
||||||
r: "0",
|
r: "0",
|
||||||
|
|
Loading…
Reference in a new issue