diff --git a/Button.lua b/Button.lua index 16b4fd6..291a49c 100644 --- a/Button.lua +++ b/Button.lua @@ -1288,7 +1288,7 @@ function Button:UpdateTextureMacro() end function Button:UpdateTextureBonusAction() local action = self.Widget:GetAttribute("action"); - if (HasOverrideActionBar() or HasVehicleActionBar()) then + if (HasOverrideActionBar()) then local Texture = GetActionTexture(action); if (not Texture) then self.WIcon:SetTexture(Const.ImagesDir.."Bonus"..self.BonusActionId);