From d1207f728eb91c7b5c47370b21e964e639357b8d Mon Sep 17 00:00:00 2001 From: osmarks Date: Thu, 26 Jul 2018 16:27:53 +0100 Subject: [PATCH] Fix more typos --- backend-chests.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend-chests.lua b/backend-chests.lua index 620cc3d..e3af46e 100644 --- a/backend-chests.lua +++ b/backend-chests.lua @@ -115,11 +115,11 @@ local function server(command) if command.type == "buffers" then -- Sends the external address of the buffer return conf.buffer_external elseif command.type == "reindex" then - updateIndex() + update_index() elseif command.type == "extract" then local result = find_by_ID_meta(command.ID, command.meta) end end update_index() -serve(server, "storage") \ No newline at end of file +w.serve(server, "storage") \ No newline at end of file