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" } ]