From bbed717ea712402a6dd81c58d5d70ef85d21c8e7 Mon Sep 17 00:00:00 2001 From: Merith Date: Sat, 28 May 2022 18:17:22 +0000 Subject: [PATCH] Fix mistake once and for all --- instance.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instance.cfg b/instance.cfg index 9a8fb42..3c5da19 100644 --- a/instance.cfg +++ b/instance.cfg @@ -2,4 +2,4 @@ InstanceType=OneSix iconKey=modpack.icon name=Modpack Template OverrideCommands=true -PreLaunchCommand=$INST_JAVA -jar packwiz-installer-bootstrap.jar https://gitlab.com/Merith-TK/modpack-template/-/raw/main/.minecraft/pack.toml \ No newline at end of file +PreLaunchCommand="$INST_JAVA" -jar packwiz-installer-bootstrap.jar https://gitlab.com/Merith-TK/modpack-template/-/raw/main/.minecraft/pack.toml \ No newline at end of file