Fix typo & remove console.log

This commit is contained in:
Pierce 2022-08-29 15:23:05 -07:00
parent 74c3b69a41
commit 639474ba92
3 changed files with 2 additions and 3 deletions

View file

@ -141,7 +141,7 @@ MCLC's authenticator module does not support Microsoft authentication. You will
user_properties: '{}',
meta: {
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.
xuid: '',
clientId: ''

View file

@ -587,7 +587,6 @@ class Handler {
const replaceArg = (obj, index) => {
if (Array.isArray(obj.value)) {
for (const arg of obj.value) {
console.log(arg)
args.push(arg)
}
} else {

View file

@ -1,6 +1,6 @@
{
"name": "minecraft-launcher-core",
"version": "3.16.15",
"version": "3.16.16",
"description": "Lightweight module that downloads and runs Minecraft using javascript / NodeJS",
"main": "index.js",
"dependencies": {