Skip to content

Commit

Permalink
Merge pull request #242 from Dahlgren/feature/cdlc-spe
Browse files Browse the repository at this point in the history
Add support for CDLC Spearhead 1944
  • Loading branch information
Dahlgren authored Jul 23, 2023
2 parents b851139 + daa4994 commit 7849318
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,vn,ws}/addons', { cwd: self.config.path }, function (err, files) {
glob('**/{@*,csla,gm,spe,vn,ws}/addons', { cwd: self.config.path }, function (err, files) {
if (err) {
console.log(err)
return
Expand Down

0 comments on commit 7849318

Please sign in to comment.