mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-07-27 01:34:44 +00:00
fix: remove redundant end statement in layout refresh function
This commit is contained in:
@@ -962,7 +962,6 @@ function HealBot_Action_PartyChanged()
|
|||||||
if HealBot_Config.HideParty == 1 and HidePartyFrame then
|
if HealBot_Config.HideParty == 1 and HidePartyFrame then
|
||||||
HidePartyFrame();
|
HidePartyFrame();
|
||||||
end
|
end
|
||||||
end
|
|
||||||
HealBot_Action_RefreshButtons();
|
HealBot_Action_RefreshButtons();
|
||||||
HealBot_Action_ShowFrame();
|
HealBot_Action_ShowFrame();
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user