Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
First pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
MauritsWilke committed Jan 29, 2022
1 parent 7fe1e60 commit c2b6712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ if (!config.username || !config.password || !config.auth) {
copy.password = password;
copy.auth = bool.toString().toLowerCase() === "yes" ? "microsoft" : "mojang";
writeFileSync(join(process.cwd(), "./config.json"), JSON.stringify(copy, null, 4))
console.clear();
readline.close();
})
})
})
console.clear();
readline.on("close", () => init())
} else init();

Expand Down

0 comments on commit c2b6712

Please sign in to comment.