From fe82ee759d56664e650d0c46d72375e182ff8e27 Mon Sep 17 00:00:00 2001 From: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com> Date: Thu, 13 Jan 2022 21:29:25 -0600 Subject: [PATCH] Update Project Zomboid Checkboxes This updates the checkboxes to the latest format. This could cause issues with the server until implemented. --- project-zomboidconfig.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json index 5afaaa2..7b68b32 100644 --- a/project-zomboidconfig.json +++ b/project-zomboidconfig.json @@ -23,8 +23,8 @@ "IncludeInCommandLine": true, "DefaultValue": "true", "EnumValues": { - "false": "False", - "true": "True" + "True": "true", + "False": "false" } }, { @@ -39,8 +39,8 @@ "IncludeInCommandLine": false, "DefaultValue": "1", "EnumValues": { - "0": "False", - "1": "True" + "True": "1", + "False": "0" } }, {