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,