Skip to content

Commit

Permalink
Fix Lua Error in OnRuleChanged
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed Jul 22, 2024
1 parent c2b9f31 commit 6768f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Baggins-Filtering.lua
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ end

function Baggins:OnRuleChanged()
self:ForceFullUpdate()
self:CategoriesChanged()
self:Baggins_CategoriesChanged()
end

local function ClearCache(cache)
Expand Down

0 comments on commit 6768f94

Please sign in to comment.