milo: improved sorting

This commit is contained in:
kepler155c
2018-11-30 04:55:19 -05:00
parent fcbdda953c
commit 05cbb72c1d
3 changed files with 92 additions and 36 deletions

View File

@@ -67,7 +67,7 @@ local function scan()
local doDropOff
for _,v in pairs(summed) do
if v.count > 48 then
if v.count > 32 then
doDropOff = true
break
end