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", "FieldName": "PVP",
"InputType": "checkbox", "InputType": "checkbox",
"EnumValues": { "EnumValues": {
"true": "True", "True": "true",
"false": "False" "False": "false"
}, },
"DefaultValue": "True", "DefaultValue": "true",
"ParamFieldName": "PVP" "ParamFieldName": "PVP"
} }
] ]