incorrect variable fix
All checks were successful
Docker Build and Push / build (push) Successful in 1m5s

This commit is contained in:
2025-07-23 13:24:30 -04:00
parent 9c8bc802a8
commit f871915c08

View File

@ -297,7 +297,7 @@ while true; do
echo -e " " echo -e " "
serverInfoWrite serverInfoWrite
if [[ "$MC_LOADER" == "neoforge" ]]; then 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 else
exec java $RUN_STRING exec java $RUN_STRING
fi fi