diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json index 29c2ca1..75c5e48 100644 --- a/project-zomboidconfig.json +++ b/project-zomboidconfig.json @@ -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" } ]