update
This commit is contained in:
parent
03a047807a
commit
b80fa38f01
6
manifest
6
manifest
|
@ -85,8 +85,10 @@ module.exports = {
|
||||||
},
|
},
|
||||||
forge: `${manifest.install_path}/forge-installer.jar`,
|
forge: `${manifest.install_path}/forge-installer.jar`,
|
||||||
customLaunchArgs: [
|
customLaunchArgs: [
|
||||||
`server ${internalVars.public_ip}`,
|
`server`,
|
||||||
`port ${internalVars.public_ip_port}`
|
internalVars.public_ip,
|
||||||
|
`port`,
|
||||||
|
internalVars.public_ip_port
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue