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