remove unused comments
This commit is contained in:
parent
767d987002
commit
697049e33d
8
manifest
8
manifest
|
@ -90,14 +90,6 @@ module.exports = {
|
||||||
min: 2048
|
min: 2048
|
||||||
},
|
},
|
||||||
forge: `${pkg.install_path}/forge-installer.jar`,
|
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,
|
|
||||||
// },
|
|
||||||
// }
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
install: () => {
|
install: () => {
|
||||||
|
|
Loading…
Reference in New Issue