mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-22 04:06:21 +03:00
Change null to undefined in README. (#95)
This commit is contained in:
parent
7a4221c5e9
commit
783536d7bf
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ const { Client, Authenticator } = require('minecraft-launcher-core');
|
||||||
const launcher = new Client();
|
const launcher = new Client();
|
||||||
|
|
||||||
let opts = {
|
let opts = {
|
||||||
clientPackage: null,
|
clientPackage: undefined,
|
||||||
// For production launchers, I recommend not passing
|
// For production launchers, I recommend not passing
|
||||||
// the getAuth function through the authorization field and instead
|
// the getAuth function through the authorization field and instead
|
||||||
// handling authentication outside before you initialize
|
// handling authentication outside before you initialize
|
||||||
|
|
Loading…
Add table
Reference in a new issue