From 2bd6ddb1d217e036ed59d2a374cc9288b5f27a52 Mon Sep 17 00:00:00 2001 From: Albirew Date: Wed, 23 Dec 2020 02:11:38 +0000 Subject: [PATCH] fixed #8 part.2 --- Button.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);