From a1652d239841b3673d72a4ec6a4826131b4998e6 Mon Sep 17 00:00:00 2001 From: Pierce Date: Fri, 8 Feb 2019 16:59:27 -0500 Subject: [PATCH] object to props, fixed 1.7.3 and up from not launching --- components/authenticator.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {