Snake case fix

This commit is contained in:
osmarks 2018-07-26 16:17:41 +01:00
parent f2c04457d9
commit d7286030db
1 changed files with 1 additions and 1 deletions

View File

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