Make search actually return useful version; oooooooooooooooooooooooooooooooooooooooooooooooooooops

This commit is contained in:
osmarks 2018-07-27 14:07:07 +01:00
parent 1d006d7b65
commit a8c99fabb2
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ local function server(command)
if out[i] then out[i] = out[i] + stack.count
else out[i] = stack.count end
end
return matching_items
return out
end
end