Snake case fix
This commit is contained in:
parent
f2c04457d9
commit
d7286030db
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user