I guess lockActionBars wasnt a cvar in vanilla

This commit is contained in:
Logan Payton
2018-02-20 20:17:24 -05:00
parent ab615962a9
commit b4d8c9f6a4
+1 -1
View File
@@ -79,7 +79,7 @@ local function BuildABConfig()
set = function(info, value)
E.db.actionbar[ info[getn(info)] ] = value
AB:UpdateButtonSettings()
SetCVar("lockActionBars", (value == true and 1 or 0))
-- SetCVar("lockActionBars", (value == true and 1 or 0))
LOCK_ACTIONBAR = (value == true and "1" or "0")
end
},