Add another index message

This commit is contained in:
osmarks 2018-07-27 09:48:22 +01:00
parent 94743e9633
commit 5cfd6d2c4d

View File

@ -49,6 +49,7 @@ end
-- Reindex all connected inventories
local function update_index()
print "Indexing started."
for n in pairs(inventories) do
update_index_for(n)
sleep()