From 9754450296849858779919bd0523cc60a9ef5719 Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Sat, 30 Jun 2012 16:39:29 -0500 Subject: [PATCH] Darth removed BPUpdate function --- ElvUI_SLE/modules/unitframes/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/unitframes/options.lua b/ElvUI_SLE/modules/unitframes/options.lua index 1e0f71e..ad465c7 100644 --- a/ElvUI_SLE/modules/unitframes/options.lua +++ b/ElvUI_SLE/modules/unitframes/options.lua @@ -126,7 +126,7 @@ E.Options.args.sle.args.unitframes.args.druid = { name = L["Enable"], desc = L["Show/hide the text with exact number of your Solar/Lunar energy on your Classbar."], get = function(info) return E.db.sle.bpenable end, - set = function(info, value) E.db.sle.bpenable = value; E:GetModule('SLE'):BPUpdate() end + set = function(info, value) E.db.sle.bpenable = value; end, }, }, } -- 1.7.9.5