Merge pull request #242 from Dahlgren/feature/cdlc-spe

Add support for CDLC Spearhead 1944
This commit is contained in:
Björn Dahlgren 2023-07-23 18:34:40 +02:00 committed by GitHub
commit 784931816f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ Mods.prototype.delete = function (mod, cb) {
Mods.prototype.updateMods = function () { Mods.prototype.updateMods = function () {
var self = this 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) { if (err) {
console.log(err) console.log(err)
return return