Skip to content

Commit

Permalink
Merge pull request #248 from Dahlgren/feature/cdlc-ef
Browse files Browse the repository at this point in the history
Add support for CDLC Expeditionary Forces
  • Loading branch information
Dahlgren authored Nov 27, 2024
2 parents a0fd4e8 + 76264d7 commit 44b3edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mods/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44b3edb

Please sign in to comment.