Update project-zomboidconfig.json

This commit is contained in:
Greelan 2021-12-27 16:49:55 +11:00 committed by GitHub
parent 8f05bbf999
commit d3ba4fdce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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