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,
|
||||
"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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user