Update
This commit is contained in:
@@ -175,6 +175,10 @@ Key = {
|
||||
return true
|
||||
end
|
||||
return false
|
||||
end,
|
||||
---@param self Key
|
||||
register = function(self)
|
||||
WeakAurasSaved.Cyka.MData[self:hash()] = self
|
||||
end
|
||||
}
|
||||
|
||||
@@ -201,10 +205,10 @@ function aura_env.Process()
|
||||
score = string.gsub(score, "%s+", "")
|
||||
|
||||
local keyObj = Key.new(key, role, level, time, score)
|
||||
keyObj:register()
|
||||
if key then
|
||||
keys[#keys + 1] = keyObj
|
||||
end
|
||||
WeakAurasSaved.Cyka.MData[keyObj:hash()] = keyObj
|
||||
end
|
||||
table.sort(keys, Key.compareTo)
|
||||
render(keys)
|
||||
|
||||
Reference in New Issue
Block a user