mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-06 05:44:26 -04:00
Merge 6efe1a9a3c
into f80fafbcfb
This commit is contained in:
commit
026a02771e
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,8 @@ local function may_replace(pos, player)
|
|||
end
|
||||
|
||||
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