enable <modifier>-selfcast until there is a option to toggle it

This commit is contained in:
Hendrik Leppkes
2008-03-10 17:36:31 +00:00
parent 60fa80d401
commit e240432911
+1
View File
@@ -73,6 +73,7 @@ function Bartender4.Button:Create(id, parent)
button:SetAttribute("useparent-unit", true)
button:SetAttribute("useparent-statebutton", true)
button:SetAttribute("hidestates", "-1")
button:SetAttribute("checkselfcast", true)
button:RegisterForDrag("LeftButton", "RightButton")
button:RegisterForClicks("AnyUp")