Skip to content

Commit

Permalink
Small tweak to options implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Sep 28, 2008
1 parent 93ad63a commit 9246db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Options/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ local function getOptions()
get = getFunc,
set = function(info, value)
Bartender4.db.profile.selfcastrightclick = value
Bartender4:GetModule("ActionBars"):ForAll("ForAll", "UpdateRightClickSelfCast")
Bartender4.Bar:ForAll("ForAll", "UpdateRightClickSelfCast")
end,
},
range = {
Expand Down

0 comments on commit 9246db8

Please sign in to comment.