Merge pull request #245 from Dahlgren/feature/cdlc-rf

Add support for CDLC Reaction Forces
This commit is contained in:
Björn Dahlgren 2024-03-26 22:44:04 -04:00 committed by GitHub
commit a0fd4e80ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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