From 420f65e3bbda55b915fe79ee6cf3f9f4f8af5406 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Mon, 27 Dec 2021 16:40:42 +1030 Subject: [PATCH] Revert "Update project-zomboidconfig.json" This reverts commit d3ba4fdce0af3656b5aa1511e491d856ccc9056f. --- project-zomboidconfig.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json index 202783f..ed1c0ae 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": { - "False": "0", - "True": "1" + "0": "False", + "1": "True" } }, {