range check fix class colors

This commit is contained in:
Sumsebrum
2021-06-16 14:10:49 +02:00
parent f0c0286708
commit 993de572cd
3 changed files with 8 additions and 5 deletions

View File

@ -289,7 +289,7 @@ end
---------------------------
function Gladdy:Test()
Gladdy.frame.testing = true
self.frame.testing = true
for i = 1, self.curBracket do
local unit = "arena" .. i
if (not self.buttons[unit]) then
@ -388,7 +388,7 @@ function Gladdy:ResetButton(unit)
button[k1] = nil
elseif (type(v1) == "number") then
button[k1] = 0
elseif (type(v1) == "array") then
elseif (type(v1) == "table") then
button[k1] = {}
elseif (type(v1) == "boolean") then
button[k1] = false