Forgot to change when copy/pasting

This commit is contained in:
ThePython 2023-03-27 10:38:09 -07:00
parent 9f1a40f7db
commit 4895ade583
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ minetest.register_on_mods_loaded(function()
end
elseif modname == "group" then
local groupnames = {}
for k,v in pairs(tab) do
for k,v in pairs(itemlist) do
groupnames[#groupnames + 1] = k
end
grouped_items = get_group_items(groupnames)