From a8c99fabb22bceb5fd9ee9045e857287d04f677c Mon Sep 17 00:00:00 2001 From: osmarks Date: Fri, 27 Jul 2018 14:07:07 +0100 Subject: [PATCH] Make search actually return useful version; oooooooooooooooooooooooooooooooooooooooooooooooooooops --- backend-chests.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-chests.lua b/backend-chests.lua index 5871df7..b70baf7 100644 --- a/backend-chests.lua +++ b/backend-chests.lua @@ -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