quicky fix duct tape
1 files changed, 2 insertions(+), 2 deletions(-) M client/src/gateway.ts
M client/src/gateway.ts => client/src/gateway.ts +2 -2
@@ 82,9 82,9 @@ export async function gateway_connect(gateway_url: string, username: string): Ga requestedUsername: username, nextState: State.Play, // @ts-ignore user: null, user: "",//null, // @ts-ignore token: null token: ""//null }).finish(); } client.socket.send(encode(MessageC2SHello_packetInfo.type, handshake_start_msg));