forked from Sokomine/yl_speak_up
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"}
|
||||
end
|
||||
local inv_lists = {}
|
||||
local inex = -1
|
||||
local index = -1
|
||||
local inv = meta:get_inventory()
|
||||
|
||||
table.insert(inv_lists, minetest.formspec_escape("- please select -"))
|
||||
|
Loading…
Reference in New Issue
Block a user