Merge pull request #34 from IceOfWraith/pz

Update Project Zomboid Checkboxes
This commit is contained in:
PhonicUK 2022-01-14 14:01:14 +00:00 committed by GitHub
commit e3a3ecbb0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,8 +23,8 @@
"IncludeInCommandLine": true, "IncludeInCommandLine": true,
"DefaultValue": "true", "DefaultValue": "true",
"EnumValues": { "EnumValues": {
"false": "False", "True": "true",
"true": "True" "False": "false"
} }
}, },
{ {
@ -39,8 +39,8 @@
"IncludeInCommandLine": false, "IncludeInCommandLine": false,
"DefaultValue": "1", "DefaultValue": "1",
"EnumValues": { "EnumValues": {
"0": "False", "True": "1",
"1": "True" "False": "0"
} }
}, },
{ {