test update Bags and Sort

Need more work.
Also fixes Vendor & Delete Greys
This commit is contained in:
Crum
2018-07-01 23:35:08 -05:00
parent 0bce1f6cb6
commit 8fd70922da
4 changed files with 44 additions and 56 deletions
@@ -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