Skip to content

Commit

Permalink
fixed forge 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Okazakee committed May 25, 2024
1 parent 7225f0f commit d901d8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mcserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ if [ -z "$RUN_COMMAND" ]; then
rcmd=$(grep -m 1 "java" /mcserver/run.sh)
# Strip the "$@" from the end of the line and add nogui to the end
rcmd=$(echo $rcmd | sed 's/--onlyCheckJava || exit 1//')
rcmd="$rcmd nogui"
printf '\033[0;33mNew forge run command: %s \033[0m' "$rcmd"
echo ""
# If user has set MC_RAM then we will use it by appending it to the user_jvm_args.txt file
Expand Down

0 comments on commit d901d8d

Please sign in to comment.