incorrect variable fix
All checks were successful
Docker Build and Push / build (push) Successful in 1m5s
All checks were successful
Docker Build and Push / build (push) Successful in 1m5s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user