Properly enable/disable Auto-Assist when changing the option in the config

This commit is contained in:
Hendrik Leppkes
2008-10-30 09:27:22 +01:00
parent 7fab93ef32
commit 24bf38f563
+1
View File
@@ -213,6 +213,7 @@ function ActionBar:SetConfigAutoAssist(_, value)
if value ~= nil then
self.config.autoassist = value
end
self:UpdateStates()
self:ForAll("RefreshAllStateActions")
end