From 53af9de714a58275bb26b4707c421fb544edb9bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Dahlgren?= Date: Tue, 26 Mar 2024 22:33:57 -0400 Subject: [PATCH] Add support for CDLC Reaction 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 a4cc902..d22d67f 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,spe,vn,ws}/addons', { cwd: self.config.path }, function (err, files) { + glob('**/{@*,csla,gm,rf,spe,vn,ws}/addons', { cwd: self.config.path }, function (err, files) { if (err) { console.log(err) return