diff --git a/src/coffee/models/recipe.coffee b/src/coffee/models/recipe.coffee index e0be7547a..5ed0513b3 100644 --- a/src/coffee/models/recipe.coffee +++ b/src/coffee/models/recipe.coffee @@ -107,7 +107,7 @@ module.exports = class Recipe extends BaseModel if not modPack? result = true else - modPack.eachMod (mod)-> + modPack.eachMod (mod)=> if mod.name is @condition.noun result = true