Skip to content

Commit 44b3edb

Browse files
authored
Merge pull request #248 from Dahlgren/feature/cdlc-ef
Add support for CDLC Expeditionary Forces
2 parents a0fd4e8 + 76264d7 commit 44b3edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mods/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Mods.prototype.delete = function (mod, cb) {
2929

3030
Mods.prototype.updateMods = function () {
3131
var self = this
32-
glob('**/{@*,csla,gm,rf,spe,vn,ws}/addons', { cwd: self.config.path }, function (err, files) {
32+
glob('**/{@*,csla,ef,gm,rf,spe,vn,ws}/addons', { cwd: self.config.path }, function (err, files) {
3333
if (err) {
3434
console.log(err)
3535
return

0 commit comments

Comments
 (0)