From 1033d30d040c61c78d945f647e6d32fef4ac151d Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Sat, 27 Jan 2024 23:06:53 +0100 Subject: [PATCH] update --- manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest b/manifest index 7211e1a..6a6cbf3 100644 --- a/manifest +++ b/manifest @@ -95,7 +95,7 @@ module.exports = { { root: pkg.install_path, authorization: auth, - javaPath: pkg.install_path + `/jdk/bin/java`, + javaPath: pkg.install_path + `/jdk/bin`, version: internalVars.mc_version, memory: { max: pkg.storaged_configs?.assigned_memory ?? defaultConfig.assigned_memory,