mirror of
https://github.com/Bluewhale1337/HealBotBlue.git
synced 2026-07-27 09:44:44 +00:00
Update HealBot_Action.lua
Reverting accidental commit part two. Whoopsie Signed-off-by: Bluewhale1337 <295648290+Bluewhale1337@users.noreply.github.com>
This commit is contained in:
@@ -253,8 +253,6 @@ function HealBot_Action_EnableButton(button)
|
|||||||
bar:SetStatusBarColor(r,g,b,HealBot_Config.Barcola[HealBot_Config.Current_Skin]);
|
bar:SetStatusBarColor(r,g,b,HealBot_Config.Barcola[HealBot_Config.Current_Skin]);
|
||||||
bar2:SetStatusBarColor(r,g,b,HealBot_Config.Barcola[HealBot_Config.Current_Skin]);
|
bar2:SetStatusBarColor(r,g,b,HealBot_Config.Barcola[HealBot_Config.Current_Skin]);
|
||||||
end
|
end
|
||||||
|
|
||||||
button:SetAlpha(a);
|
|
||||||
|
|
||||||
if string.len(name)>textlen then
|
if string.len(name)>textlen then
|
||||||
name = string.sub(name,1,textlen-3) .. '...';
|
name = string.sub(name,1,textlen-3) .. '...';
|
||||||
|
|||||||
Reference in New Issue
Block a user