Update project-zomboidconfig.json

This commit is contained in:
Greelan 2021-12-26 07:06:21 +10:30 committed by GitHub
parent df5f190cad
commit 50b0c395c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,13 +46,13 @@
{
"DisplayName": "Maximum Server Memory",
"Category": "Server Settings",
"Description": "Maximum server memory (in GB)",
"Description": "Maximum server memory (in MB)",
"Keywords": "maximum memory",
"FieldName": "MaxMemory",
"InputType": "number",
"IsFlagArgument": false,
"ParamFieldName": "MaxMemory",
"IncludeInCommandLine": false,
"DefaultValue": "4"
"DefaultValue": "4096"
}
]