From d3ba4fdce0af3656b5aa1511e491d856ccc9056f Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Mon, 27 Dec 2021 16:49:55 +1100 Subject: [PATCH] Update project-zomboidconfig.json --- project-zomboidconfig.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json index ed1c0ae..202783f 100644 --- a/project-zomboidconfig.json +++ b/project-zomboidconfig.json @@ -23,8 +23,8 @@ "IncludeInCommandLine": true, "DefaultValue": "true", "EnumValues": { - "false": "False", - "true": "True" + "False": "false", + "True": "true" } }, { @@ -39,8 +39,8 @@ "IncludeInCommandLine": false, "DefaultValue": "1", "EnumValues": { - "0": "False", - "1": "True" + "False": "0", + "True": "1" } }, {