From 50b0c395c16ba5d27f6b5c7eb574c34fca950ef7 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Sun, 26 Dec 2021 07:06:21 +1030 Subject: [PATCH] Update project-zomboidconfig.json --- project-zomboidconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ]