diff --git a/server_files/run.bat b/server_files/run.bat index dca57f5ed1..433d110816 100644 --- a/server_files/run.bat +++ b/server_files/run.bat @@ -9,7 +9,7 @@ if %ERRORLEVEL% NEQ 0 ( ) REM Add custom program arguments (such as nogui) to the next line before the %* or pass them to this script directly -java @libraries/@MAVEN_PATH@/win_args.txt %* +java @user_jvm_args.txt @libraries/@MAVEN_PATH@/win_args.txt %* :exit pause