mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Add support for CDLC Spearhead 1944
This commit is contained in:
parent
b851139219
commit
daa49948e9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user