From 40a0a16db0dbbdc226ddc8a089ee2e798d4fe6df Mon Sep 17 00:00:00 2001 From: LexManos Date: Thu, 25 Jul 2024 16:00:04 -0700 Subject: [PATCH] Add missed @user_jvm_args.txt to run.bat --- server_files/run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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