misc.mcserver: fixes try 2

This commit is contained in:
Cynthia Foxwell 2023-06-28 00:01:47 -06:00
parent 3e4ce34435
commit 48c0d64cdb
1 changed files with 1 additions and 1 deletions

View File

@ -721,7 +721,7 @@ const handshakeWithLength = Buffer.concat([
const status = Buffer.concat([writeVarInt(1), writeVarInt(0x0)]);
const HANDSHAKE_PACKET = Buffer.concat(handshakeWithLength, status);
const HANDSHAKE_PACKET = Buffer.concat([handshakeWithLength, status]);
const formattingToAnsi = {
r: "0",