diff --git a/scripts/init b/scripts/init index ddf48ad..92186cb 100644 --- a/scripts/init +++ b/scripts/init @@ -297,7 +297,7 @@ while true; do echo -e " " serverInfoWrite if [[ "$MC_LOADER" == "neoforge" ]]; then - exec java @user_jvm_args.txt @libraries/net/neoforged/neoforge/$VER_LOADER/unix_args.txt "$@" + exec java @user_jvm_args.txt @libraries/net/neoforged/neoforge/$MC_LOADER_VERSION/unix_args.txt "$@" else exec java $RUN_STRING fi