mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-25 08:21:07 +01:00
Fix typo
This commit is contained in:
parent
0dece0afbf
commit
c165938c1b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ end)
|
||||||
|
|
||||||
minetest.register_lbm({
|
minetest.register_lbm({
|
||||||
name = "vl_legacy:convert_container_inventories",
|
name = "vl_legacy:convert_container_inventories",
|
||||||
nodenames = "group:containers",
|
nodenames = "group:container",
|
||||||
run_at_every_load = true,
|
run_at_every_load = true,
|
||||||
action = function(pos, node)
|
action = function(pos, node)
|
||||||
local meta = minetest.get_meta(pos)
|
local meta = minetest.get_meta(pos)
|
||||||
|
|
Loading…
Reference in a new issue