Skip to content

Commit

Permalink
Update attribute driver when changing options
Browse files Browse the repository at this point in the history
Forgot to rename this one

Fixes #95
  • Loading branch information
p3lim committed May 6, 2023
1 parent 63dd3ff commit 4535610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ local function createOptions()
},
set = function(info, value)
addon.db.profile.general[info[#info]] = value
_G.Molinari:UpdateStateDriver()
_G.Molinari:UpdateAttributeDriver()
end,
disabled = InCombatLockdown,
},
Expand Down

0 comments on commit 4535610

Please sign in to comment.