mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
test update Bags and Sort
Need more work. Also fixes Vendor & Delete Greys
This commit is contained in:
@@ -132,7 +132,7 @@ end
|
||||
--[[ Utilities ]]--
|
||||
|
||||
function Lib:Find(search, ...)
|
||||
for i = 1, getn(arg) do
|
||||
for i = 1, arg.n do
|
||||
local text = arg[i]
|
||||
if text and find(self:Clean(text), search) then
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user