,,,
This commit is contained in:
James Manker 2022-02-13 19:10:49 -06:00
parent 2e151c7e5e
commit 92e80108bf
2 changed files with 3 additions and 3 deletions

View File

@ -194,7 +194,7 @@
"IsFlagArgument": false,
"ParamFieldName": "VMParams.JvmParam0",
"IncludeInCommandLine": false,
"DefaultValue": "-XX:+AggressiveOpts",
"DefaultValue": "-XX:+AggressiveOpts"
},
{
"DisplayName": "Override Java Location",
@ -222,6 +222,6 @@
"IsFlagArgument": false,
"ParamFieldName": "Runtime.JavaPath",
"IncludeInCommandLine": false,
"DefaultValue": "C:\\Program Files\\Java\\jre1.8.0_321\\bin\\server",
"DefaultValue": "C:\\Program Files\\Java\\jre1.8.0_321\\bin\\server"
}
]

View File

@ -2,6 +2,6 @@
{
"ConfigFile": "./LaunchConfig.ini",
"AutoMap": true,
"ConfigType": "ini",
"ConfigType": "ini"
}
]