From daa49948e9cca7f844993b7eba66d60a03b7fcc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Dahlgren?= Date: Sun, 23 Jul 2023 18:27:28 +0200 Subject: [PATCH] Add support for CDLC Spearhead 1944 --- 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 b4b4e90..a4cc902 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,vn,ws}/addons', { cwd: self.config.path }, function (err, files) { + glob('**/{@*,csla,gm,spe,vn,ws}/addons', { cwd: self.config.path }, function (err, files) { if (err) { console.log(err) return