From 88168cdb77e6c9f43709482a4dc409891bdb9b53 Mon Sep 17 00:00:00 2001 From: Mahtra <93822896+MahtraDR@users.noreply.github.com> Date: Thu, 14 Nov 2024 13:52:28 +1300 Subject: [PATCH] tweak --- dependency.lic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency.lic b/dependency.lic index 7e4d877348..fe821267e9 100644 --- a/dependency.lic +++ b/dependency.lic @@ -225,7 +225,7 @@ class ScriptManager if Settings['autostart'].include?('dependency') echo("Dependency found in autostarts. It doesn't belond here. Removing it.") - Settings['autostart'] = Settings['autostart'] - ['dependency'] + Settings['autostart'] -= ['dependency'] Settings.save end