mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-07-27 09:44:44 +00:00
Update HealBot_Options.lua
Bugfix - missing refresh inside of HealBot_Options_ActionAlpha_OnValueChanged Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com>
This commit is contained in:
@@ -203,6 +203,7 @@ end
|
|||||||
|
|
||||||
function HealBot_Options_ActionAlpha_OnValueChanged(this)
|
function HealBot_Options_ActionAlpha_OnValueChanged(this)
|
||||||
HealBot_Config.backcola[HealBot_Config.Current_Skin] = HealBot_Options_Pct_OnValueChanged(this);
|
HealBot_Config.backcola[HealBot_Config.Current_Skin] = HealBot_Options_Pct_OnValueChanged(this);
|
||||||
|
HealBot_Action_ResetSkin()
|
||||||
end
|
end
|
||||||
|
|
||||||
function HealBot_Options_BarAlpha_OnValueChanged(this)
|
function HealBot_Options_BarAlpha_OnValueChanged(this)
|
||||||
|
|||||||
Reference in New Issue
Block a user