mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Merge pull request #206 from Dahlgren/feature/cdlc-western-sahara
Add support for CDLC Western Sahara
This commit is contained in:
commit
3148efbe73
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user