Update project-zomboidconfig.json

This commit is contained in:
Greelan 2021-12-23 21:43:17 +11:00 committed by GitHub
parent 774b6acbb8
commit d9352d6c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,10 +29,10 @@
"FieldName": "PVP",
"InputType": "checkbox",
"EnumValues": {
"true": "True",
"false": "False"
"True": "true",
"False": "false"
},
"DefaultValue": "True",
"DefaultValue": "true",
"ParamFieldName": "PVP"
}
]