From 639474ba92594942040f93d1997df8b0d0f006ac Mon Sep 17 00:00:00 2001 From: Pierce Date: Mon, 29 Aug 2022 15:23:05 -0700 Subject: [PATCH] Fix typo & remove console.log --- README.md | 2 +- components/handler.js | 1 - package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 463a209..c0b2540 100644 --- a/README.md +++ b/README.md @@ -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: '' diff --git a/components/handler.js b/components/handler.js index 7c45463..f4fb061 100644 --- a/components/handler.js +++ b/components/handler.js @@ -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 { diff --git a/package.json b/package.json index a1846ff..255bc13 100644 --- a/package.json +++ b/package.json @@ -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": {