diff --git a/components/authenticator.js b/components/authenticator.js index cf6249e..fe52e59 100644 --- a/components/authenticator.js +++ b/components/authenticator.js @@ -11,7 +11,7 @@ function getAuth(username, password) { client_token: uuid(), uuid: uuid(), name: username, - user_object: JSON.stringify({}) + user_properties: JSON.stringify({}) }; resolve(user); diff --git a/package.json b/package.json index a983f15..7db215a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-launcher-core", - "version": "2.1.1", + "version": "2.1.2", "description": "Module that downloads Minecraft assets and runs Minecraft. Also Supports Forge", "main": "index.js", "dependencies": {