From f2fa341f8bf34a83569ec71a48853e3a74aa0b7e Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Sun, 28 Jan 2024 19:40:36 +0100 Subject: [PATCH] disable auto join --- manifest | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest b/manifest index 6ac656b..951da96 100644 --- a/manifest +++ b/manifest @@ -101,14 +101,14 @@ module.exports = { min: 2048 }, forge: `${pkg.install_path}/forge-installer.jar`, - quickPlay: { - type: "multiplayer", - identifier: `${internalVars.public_ip}:${internalVars.public_ip_port}`, - args: { - server: internalVars.public_ip, - port: internalVars.public_ip_port, - }, - } + // quickPlay: { + // type: "multiplayer", + // identifier: `${internalVars.public_ip}:${internalVars.public_ip_port}`, + // args: { + // server: internalVars.public_ip, + // port: internalVars.public_ip_port, + // }, + // } }, { install: () => {