object to props, fixed 1.7.3 and up from not launching

This commit is contained in:
Pierce 2019-02-08 16:59:27 -05:00
parent 0cf0c22a65
commit a1652d2398
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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": {