Add support for CDLC Western Sahara

This commit is contained in:
Björn Dahlgren 2021-11-18 15:58:16 +01:00
parent 6429d217a7
commit 0e34634a07

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 {