Skip to content

Commit

Permalink
Merge pull request #245 from Dahlgren/feature/cdlc-rf
Browse files Browse the repository at this point in the history
Add support for CDLC Reaction Forces
  • Loading branch information
Dahlgren authored Mar 27, 2024
2 parents 7849318 + 53af9de commit a0fd4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mods/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0fd4e8

Please sign in to comment.