From 24bf38f5632bf92f58bac9108a62edac42cb7883 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Thu, 30 Oct 2008 09:27:22 +0100 Subject: [PATCH] Properly enable/disable Auto-Assist when changing the option in the config --- ActionBarStates.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ActionBarStates.lua b/ActionBarStates.lua index 1740c60..8aa61d2 100644 --- a/ActionBarStates.lua +++ b/ActionBarStates.lua @@ -213,6 +213,7 @@ function ActionBar:SetConfigAutoAssist(_, value) if value ~= nil then self.config.autoassist = value end + self:UpdateStates() self:ForAll("RefreshAllStateActions") end