mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-05 21:23:59 +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();
|
||||
|
||||
let opts = {
|
||||
clientPackage: null,
|
||||
clientPackage: undefined,
|
||||
// For production launchers, I recommend not passing
|
||||
// the getAuth function through the authorization field and instead
|
||||
// handling authentication outside before you initialize
|
||||
|
|
Loading…
Reference in a new issue