From d8b830e74581d30f5c15ad0f6544d5effa1307c9 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Sun, 26 Dec 2021 10:34:01 +1100 Subject: [PATCH] Update project-zomboidconfig.json --- project-zomboidconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project-zomboidconfig.json b/project-zomboidconfig.json index 75c5e48..ed1c0ae 100644 --- a/project-zomboidconfig.json +++ b/project-zomboidconfig.json @@ -3,7 +3,7 @@ "DisplayName": "Admin Password", "Category": "Server Settings", "Description": "In-game \"admin\" user password (not the server password). You should change this after first installing the server", - "Keywords": "admin password", + "Keywords": "admin,password", "FieldName": "adminpassword", "InputType": "password", "IsFlagArgument": false, @@ -31,7 +31,7 @@ "DisplayName": "Steam Integration", "Category": "Server Settings", "Description": "Enable Steam integration", - "Keywords": "steam integration", + "Keywords": "steam,integration", "FieldName": "SteamInt", "InputType": "checkbox", "IsFlagArgument": false, @@ -47,7 +47,7 @@ "DisplayName": "Maximum Server Memory", "Category": "Server Settings", "Description": "Maximum server memory (in MB)", - "Keywords": "maximum memory", + "Keywords": "maximum,memory", "FieldName": "MaxMemory", "InputType": "number", "IsFlagArgument": false,