From 2dfee9e0c503ceddd90c6991b5ccb2ffb8760b87 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Tue, 11 Jan 2022 17:49:01 +1100 Subject: [PATCH] Add spaces to null Default Values --- project-zomboidconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json index a7e72e3..5afaaa2 100644 --- a/project-zomboidconfig.json +++ b/project-zomboidconfig.json @@ -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": " " } ]