~starkingdoms/starkingdoms

72316e33f8d39859fc417729f674b1ade753160b — ghostlyzsh 2 years ago afeb7c8 + ae44d6a
ok idk whats happening anymore
1 files changed, 2 insertions(+), 2 deletions(-)

M client/src/gateway.ts
M client/src/gateway.ts => client/src/gateway.ts +2 -2
@@ 84,9 84,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));