Skip to content

Commit

Permalink
Add support for CDLC Reaction Forces
Browse files Browse the repository at this point in the history
  • Loading branch information
Dahlgren committed Mar 27, 2024
1 parent 7849318 commit 53af9de
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 53af9de

Please sign in to comment.