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 357f87a commit dbfaad4
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 @@ -309,8 +309,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 dbfaad4

Please sign in to comment.