From 39d8372a93f92fd35d856c05ba7f5c32abf06bb7 Mon Sep 17 00:00:00 2001 From: Luca <52624146+EzioTheDeadPoet@users.noreply.github.com> Date: Thu, 10 Nov 2022 15:17:11 +0100 Subject: [PATCH] Hide All Unused Archive --- Wabbajack.Installer/StandardInstaller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wabbajack.Installer/StandardInstaller.cs b/Wabbajack.Installer/StandardInstaller.cs index 1855cef7..9263b4de 100644 --- a/Wabbajack.Installer/StandardInstaller.cs +++ b/Wabbajack.Installer/StandardInstaller.cs @@ -248,7 +248,7 @@ public class StandardInstaller : AInstaller try { var parsed = metaFile.LoadIniFile(); - if (parsed["General"] is not null && parsed["General"]["removed"] is null) + if (parsed["General"] is not null && (parsed["General"]["removed"] is null || parsed[General][removed=false])) { // add removed=true to files not part of the Modlist so they don't show up in MO2 parsed["General"]["removed"] = "true";