Update Project Zomboid Checkboxes

This updates the checkboxes to the latest format. This could cause issues with the server until implemented.
This commit is contained in:
IceOfWraith 2022-01-13 21:29:25 -06:00
parent 3eb7747462
commit fe82ee759d

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"
} }
}, },
{ {