Browse Source

Oops

pull/46/head
andruzzzhka 5 years ago
parent
commit
595281845a
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      BSIPA-ModList/UI/WarningUI.cs

+ 0
- 2
BSIPA-ModList/UI/WarningUI.cs View File

@ -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]))
{


Loading…
Cancel
Save