Cette révision appartient à :
Albirew 2020-12-23 02:04:12 +00:00
Parent 3b450b1daa
révision 09c0b23576
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -1533,7 +1533,7 @@ function Util.SetCursor(Command, Data, Subvalue, Subsubvalue)
page = 14;
end
local Texture = GetActionTexture(Data + ((page - 1) * 12));
if (Texture and (HasOverrideActionBar() or HasVehicleActionBar())) then
if (Texture and (HasOverrideActionBar())) then
UILib.StartDraggingIcon(Texture, 23, 23, "bonusaction", Data);
else
UILib.StartDraggingIcon(Const.ImagesDir.."Bonus"..Data, 23, 23, "bonusaction", Data);