From b0b17b8bdd6319c47d556196d33ec948c7f87335 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Sat, 30 Aug 2008 08:41:54 +0000 Subject: [PATCH] remove workaround for bug that was fixed in the latest build --- buttonPrototypes/ActionButton.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/buttonPrototypes/ActionButton.lua b/buttonPrototypes/ActionButton.lua index 7354221..c84b19f 100644 --- a/buttonPrototypes/ActionButton.lua +++ b/buttonPrototypes/ActionButton.lua @@ -93,8 +93,6 @@ function Bartender4.Button:Create(id, parent) parent:SetAttribute('_adopt', button) button:SetAttribute('_childupdate-state', [[ - -- evil hack due to bug in the code - scriptid, message = message, scriptid self:SetAttribute("state", message) local type = self:GetAttribute("type--" .. message) if type == "macro" then