mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
Merge e2331a54b9
into a9ac480dcd
This commit is contained in:
commit
e79d391b32
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ minetest.register_node("bones:bones", {
|
|||
})
|
||||
|
||||
minetest.register_on_dieplayer(function(player)
|
||||
if minetest.setting_getbool("creative_mode") then
|
||||
if minetest.setting_getbool("creative_mode")
|
||||
or minetest.setting_getbool("disable_bones") then
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue