From 6833c12fc8603e674687853517168e2b03a35ada Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Sat, 21 May 2022 10:18:47 -0700 Subject: [PATCH] Fixed installed library searching with nested project directories --- IDE/src/BeefConfig.bf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/IDE/src/BeefConfig.bf b/IDE/src/BeefConfig.bf index 58b31796..361c1757 100644 --- a/IDE/src/BeefConfig.bf +++ b/IDE/src/BeefConfig.bf @@ -161,10 +161,8 @@ namespace IDE regEntry.mLocation = .Path(new String(filePath)); } - else - { - AddFromLibraryPath(filePath); - } + + AddFromLibraryPath(filePath); } }