Skip to content

Commit 17a685c

Browse files
committed
cb renamed to callback
1 parent b948939 commit 17a685c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mods/bones/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ end)
305305

306306
local function collect_items(player, player_name)
307307
local items = {}
308-
for _, cb in ipairs(collect_items_callbacks) do
309-
table.insert_all(items, cb(player))
308+
for _, callback in ipairs(collect_items_callbacks) do
309+
table.insert_all(items, callback(player))
310310
end
311311
return items
312312
end

0 commit comments

Comments
 (0)