Skip to content

Commit 76264d7

Browse files
committedNov 27, 2024··
Add support for CDLC Expeditionary Forces
1 parent a0fd4e8 commit 76264d7

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)
Please sign in to comment.