Revert "Update project-zomboidconfig.json"

This reverts commit d3ba4fdce0.
This commit is contained in:
Greelan 2021-12-27 16:40:42 +10:30
parent d3ba4fdce0
commit 420f65e3bb

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": {
"False": "0", "0": "False",
"True": "1" "1": "True"
} }
}, },
{ {