Skip to content

Commit

Permalink
Release 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyBananaGAME committed Aug 18, 2024
1 parent 0516138 commit dbf4eb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/Auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ async function authenticate(client: Client): Promise<void> {

async function realmAuthenticate (client: Client) {
console.log(".")
/*
if(!client.options.realmOptions || client.options.realmOptions == null) {
new Error("An error has slipped by, please create an Issue on Github.");
return;
Expand All @@ -65,6 +66,7 @@ async function realmAuthenticate (client: Client) {
const { host, port } = await realm.getAddress()
client.options.host = host
client.options.port = port
*/
}

function createAuthflow(client: Client): Authflow {
Expand Down

0 comments on commit dbf4eb0

Please sign in to comment.