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,
"DefaultValue": "true",
"EnumValues": {
"false": "False",
"true": "True"
"True": "true",
"False": "false"
}
},
{
@ -39,8 +39,8 @@
"IncludeInCommandLine": false,
"DefaultValue": "1",
"EnumValues": {
"0": "False",
"1": "True"
"True": "1",
"False": "0"
}
},
{