Skip to content

Commit daa4994

Browse files
committed
Add support for CDLC Spearhead 1944
1 parent b851139 commit daa4994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mods/index.js

Lines changed: 1 addition & 1 deletion
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,vn,ws}/addons', { cwd: self.config.path }, function (err, files) {
32+
glob('**/{@*,csla,gm,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)