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