mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-22 04:06:21 +03:00
object to props, fixed 1.7.3 and up from not launching
This commit is contained in:
parent
0cf0c22a65
commit
a1652d2398
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue