Skip to content

Commit

Permalink
cb renamed to callback
Browse files Browse the repository at this point in the history
  • Loading branch information
imre84 committed Mar 31, 2024
1 parent b948939 commit 17a685c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/bones/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ end)

local function collect_items(player, player_name)
local items = {}
for _, cb in ipairs(collect_items_callbacks) do
table.insert_all(items, cb(player))
for _, callback in ipairs(collect_items_callbacks) do
table.insert_all(items, callback(player))
end
return items
end
Expand Down

0 comments on commit 17a685c

Please sign in to comment.