Restore support for CDLC Western Sahara

This commit is contained in:
Björn Dahlgren 2021-12-30 02:53:11 +01:00
parent a2e98d7b1b
commit 3175c85997

View File

@ -29,7 +29,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)
return