~starkingdoms/starkingdoms

ae44d6a5cab360f08da8becc3ed605fb15a71a29 — TerraMaster85 2 years ago 652ff55
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));