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:
parent
3eb7747462
commit
fe82ee759d
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user