Fix undeclared global

master
Jordan Irwin 2021-04-14 14:57:44 -07:00
parent a19947bfb7
commit 07f69c64d0
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ function listitems.list(player, l_type, switches, params, nocase)
end
end
all_objects = getRegistered(l_type)
local all_objects = getRegistered(l_type)
local matched_items = formatMatching(player, all_objects, params, switches, nocase)
displayList(player, matched_items)