mirror of
https://gitea.your-land.de/Sokomine/yl_speak_up.git
synced 2025-07-06 05:48:54 +02:00
fixed typo
This commit is contained in:
parent
f01744aa70
commit
09521172ac
@ -84,7 +84,7 @@ yl_speak_up.get_node_inv_lists = function(pos, search_for_list_name)
|
|||||||
return {inv_lists = {"- no inventory -"}, index = "1"}
|
return {inv_lists = {"- no inventory -"}, index = "1"}
|
||||||
end
|
end
|
||||||
local inv_lists = {}
|
local inv_lists = {}
|
||||||
local inex = -1
|
local index = -1
|
||||||
local inv = meta:get_inventory()
|
local inv = meta:get_inventory()
|
||||||
|
|
||||||
table.insert(inv_lists, minetest.formspec_escape("- please select -"))
|
table.insert(inv_lists, minetest.formspec_escape("- please select -"))
|
||||||
|
Loading…
Reference in New Issue
Block a user