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