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:
Bluewhale1337
2026-06-27 19:08:52 +02:00
committed by GitHub
parent c22d0a6a4f
commit 92cd588795
-2
View File
@@ -254,8 +254,6 @@ function HealBot_Action_EnableButton(button)
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) .. '...';
end end