mirror of
https://github.com/MinecraftForge/MinecraftForge
synced 2026-08-22 04:26:10 -04:00
Add missed @user_jvm_args.txt to run.bat
This commit is contained in:
parent
520680b037
commit
40a0a16db0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue