Merge pull request #206 from Dahlgren/feature/cdlc-western-sahara

Add support for CDLC Western Sahara
This commit is contained in:
Björn Dahlgren 2021-11-18 16:01:34 +01:00 committed by GitHub
commit 3148efbe73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ Mods.prototype.delete = function (mod, cb) {
Mods.prototype.updateMods = function () {
var self = this
glob('**/{@*,csla,gm,vn}/addons', { cwd: self.config.path }, function (err, files) {
glob('**/{@*,csla,gm,vn,ws}/addons', { cwd: self.config.path }, function (err, files) {
if (err) {
console.log(err)
} else {