mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-22 12:16:21 +03:00
woops, change json parse down here to
This commit is contained in:
parent
a2e166dfe1
commit
8e3d6751ae
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ function refreshAuth(accessToken, clientToken, selectedProfile) {
|
|||
client_token: uuid(),
|
||||
uuid: body.selectedProfile.id,
|
||||
name: body.selectedProfile.name,
|
||||
user_properties: JSON.stringify((body.user || {}).properties || {})
|
||||
user_properties: JSON.stringify(body.user.properties || {})
|
||||
};
|
||||
|
||||
resolve(userProfile);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-launcher-core",
|
||||
"version": "2.3.0",
|
||||
"version": "2.3.1",
|
||||
"description": "Module that downloads Minecraft assets and runs Minecraft. Also Supports Forge",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue