Add informational messages when indexing

This commit is contained in:
osmarks 2018-07-27 10:42:43 +01:00
parent d4ae198044
commit 806d67e05b

View File

@ -51,7 +51,8 @@ end
local function update_index()
print "Indexing started."
for n in pairs(inventories) do
update_index_for(n)
update_index_for(n)
print("Indexed", n)
sleep()
end
print "Indexing complete."