From d9352d6c03b763cefddfa08266df4ccc693495b8 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Thu, 23 Dec 2021 21:43:17 +1100 Subject: [PATCH] Update project-zomboidconfig.json --- project-zomboidconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json index 3d84a5d..dc0404d 100644 --- a/project-zomboidconfig.json +++ b/project-zomboidconfig.json @@ -29,10 +29,10 @@ "FieldName": "PVP", "InputType": "checkbox", "EnumValues": { - "true": "True", - "false": "False" + "True": "true", + "False": "false" }, - "DefaultValue": "True", + "DefaultValue": "true", "ParamFieldName": "PVP" } ]