From d6c94533d649121dd7867a793daa17669bbc9ed6 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Tue, 31 May 2022 18:31:49 +1000 Subject: [PATCH] Last Oasis: remove manifest setting being duplicated --- last-oasisconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/last-oasisconfig.json b/last-oasisconfig.json index 767bd1a..03cce4e 100644 --- a/last-oasisconfig.json +++ b/last-oasisconfig.json @@ -47,8 +47,8 @@ "InputType": "number", "IsFlagArgument": false, "ParamFieldName": "slots", - "IncludeInCommandLine": true, + "IncludeInCommandLine": false, "DefaultValue": "8", "EnumValues": {} } -] \ No newline at end of file +]