From 76264d7b7fae825ba113bc481d5fac73372b3590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Dahlgren?= Date: Wed, 27 Nov 2024 14:10:27 +0100 Subject: [PATCH] Add support for CDLC Expeditionary Forces --- lib/mods/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mods/index.js b/lib/mods/index.js index d22d67f..58776a2 100644 --- a/lib/mods/index.js +++ b/lib/mods/index.js @@ -29,7 +29,7 @@ Mods.prototype.delete = function (mod, cb) { Mods.prototype.updateMods = function () { var self = this - glob('**/{@*,csla,gm,rf,spe,vn,ws}/addons', { cwd: self.config.path }, function (err, files) { + glob('**/{@*,csla,ef,gm,rf,spe,vn,ws}/addons', { cwd: self.config.path }, function (err, files) { if (err) { console.log(err) return