From 8417ac1fc46dfeec072d3c0ddc365031ba452a45 Mon Sep 17 00:00:00 2001 From: andruzzzhka Date: Mon, 24 Jun 2019 09:21:31 +0700 Subject: [PATCH] Oops --- BSIPA-ModList/UI/WarningUI.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/BSIPA-ModList/UI/WarningUI.cs b/BSIPA-ModList/UI/WarningUI.cs index ecbfa2d0..5d85a070 100644 --- a/BSIPA-ModList/UI/WarningUI.cs +++ b/BSIPA-ModList/UI/WarningUI.cs @@ -94,8 +94,6 @@ namespace BSIPA_ModList.UI #if DEBUG Logger.log.Debug($"Looking for dependency {dep.Key} with version range {dep.Value.Intersect(new SemVer.Range("*.*.*"))}"); #endif - if (loadedPlugins.ContainsKey(dep.Key) && dep.Value.IsSatisfied(loadedPlugins[dep.Key])) - continue; if (loadedPlugins.ContainsKey(dep.Key) && dep.Value.IsSatisfied(loadedPlugins[dep.Key])) {