Corrected the Java settings and cleaned update stages

title
This commit is contained in:
James Manker
2022-02-14 09:18:50 -06:00
parent 92e80108bf
commit 58bbe99221
2 changed files with 7 additions and 6 deletions

View File

@@ -199,12 +199,12 @@
{
"DisplayName": "Override Java Location",
"Category": "Server Settings",
"Description": "If you receive \"Failed to load jvm.dll\", you may specify a custom location where the jvm.dll is located. Only change this if you know what you're doing!",
"Description": "For \"Failed to load jvm.dll\", specify a location where jvm.dll is located.",
"Keywords": "custom,java,arguments,args,location",
"FieldName": "OverrideJavaRegEntry",
"InputType": "text",
"FieldName": "OverrideDefaultJavaPath",
"InputType": "checkbox",
"IsFlagArgument": false,
"ParamFieldName": "Runtime.OverrideJavaRegEntry",
"ParamFieldName": "Runtime.OverrideDefaultJavaPath",
"IncludeInCommandLine": false,
"DefaultValue": "false",
"EnumValues": {
@@ -215,7 +215,7 @@
{
"DisplayName": "Custom Java Location",
"Category": "Server Settings",
"Description": "If you receive \"Failed to load jvm.dll\", you may specify a custom location where the jvm.dll is located. Only change this if you know what you're doing!",
"Description": "For \"Failed to load jvm.dll\", specify a location where jvm.dll is located.",
"Keywords": "custom,java,arguments,args,location",
"FieldName": "JavaPath",
"InputType": "text",