mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
temp fix for userdata errors AceConfig #32
This commit is contained in:
@@ -149,6 +149,10 @@ end
|
|||||||
|
|
||||||
--gets an option from a given group, checking plugins
|
--gets an option from a given group, checking plugins
|
||||||
local function GetSubOption(group, key)
|
local function GetSubOption(group, key)
|
||||||
|
if type(key) == "table" then
|
||||||
|
key = key[1]
|
||||||
|
end
|
||||||
|
|
||||||
if group.plugins then
|
if group.plugins then
|
||||||
for plugin, t in pairs(group.plugins) do
|
for plugin, t in pairs(group.plugins) do
|
||||||
if t[key] then
|
if t[key] then
|
||||||
|
|||||||
Reference in New Issue
Block a user