mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2024-11-22 04:06:21 +03:00
Fix typo & remove console.log
This commit is contained in:
parent
74c3b69a41
commit
639474ba92
3 changed files with 2 additions and 3 deletions
|
@ -141,7 +141,7 @@ MCLC's authenticator module does not support Microsoft authentication. You will
|
||||||
user_properties: '{}',
|
user_properties: '{}',
|
||||||
meta: {
|
meta: {
|
||||||
type: 'mojang' || 'msa',
|
type: 'mojang' || 'msa',
|
||||||
demo: true || false, // Demo can also be specified by addomg 'is_demo_user' to the options.feature array
|
demo: true || false, // Demo can also be specified by adding 'is_demo_user' to the options.feature array
|
||||||
// properties only exists for specific Minecraft versions.
|
// properties only exists for specific Minecraft versions.
|
||||||
xuid: '',
|
xuid: '',
|
||||||
clientId: ''
|
clientId: ''
|
||||||
|
|
|
@ -587,7 +587,6 @@ class Handler {
|
||||||
const replaceArg = (obj, index) => {
|
const replaceArg = (obj, index) => {
|
||||||
if (Array.isArray(obj.value)) {
|
if (Array.isArray(obj.value)) {
|
||||||
for (const arg of obj.value) {
|
for (const arg of obj.value) {
|
||||||
console.log(arg)
|
|
||||||
args.push(arg)
|
args.push(arg)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "minecraft-launcher-core",
|
"name": "minecraft-launcher-core",
|
||||||
"version": "3.16.15",
|
"version": "3.16.16",
|
||||||
"description": "Lightweight module that downloads and runs Minecraft using javascript / NodeJS",
|
"description": "Lightweight module that downloads and runs Minecraft using javascript / NodeJS",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue