fixed typo

This commit is contained in:
Sokomine 2021-12-27 21:12:05 +01:00
parent f01744aa70
commit 09521172ac

View File

@ -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 -"))