Skip to content

Commit 2f29afd

Browse files
committed
doc clarification
1 parent 21ad20d commit 2f29afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game_api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Additionally, callbacks can be registered to transfer items to the bones on deat
8787

8888
`bones.register_collect_items(callback)`
8989

90-
Functions registered this way won't be called if `bones_mode` is `keep`.
90+
Functions registered this way won't be called if `bones_mode` is `keep` or in case of the death of a creative player.
9191

9292
`callback` is a `function(player)` which `return`s a table of items to be transferred.
9393

0 commit comments

Comments
 (0)