Merge pull request #29 from Greelan/pz

Urgent fix: Add spaces to null Default Values
This commit is contained in:
PhonicUK 2022-01-11 11:45:59 +00:00 committed by GitHub
commit 3eb7747462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@
"IsFlagArgument": false,
"ParamFieldName": "CustomJavaArgs",
"IncludeInCommandLine": false,
"DefaultValue": ""
"DefaultValue": " "
},
{
"DisplayName": "Additional Server Startup Parameters",
@ -77,6 +77,6 @@
"IsFlagArgument": false,
"ParamFieldName": "CustomServerArgs",
"IncludeInCommandLine": false,
"DefaultValue": ""
"DefaultValue": " "
}
]