From b80fa38f01b3f61a9b5c3c0a7b32daa804393ab7 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 25 Jan 2024 00:27:14 +0100 Subject: [PATCH] update --- manifest | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manifest b/manifest index 17358c1..2b2bcc0 100644 --- a/manifest +++ b/manifest @@ -85,8 +85,10 @@ module.exports = { }, forge: `${manifest.install_path}/forge-installer.jar`, customLaunchArgs: [ - `server ${internalVars.public_ip}`, - `port ${internalVars.public_ip_port}` + `server`, + internalVars.public_ip, + `port`, + internalVars.public_ip_port ] }, {