Don't suffocate in ignore

This commit is contained in:
Wuzzy 2017-11-21 20:20:17 +01:00
parent f1ac073cb1
commit a575124924
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ minetest.register_globalstep(function(dtime)
and (ndef.node_box == nil or ndef.node_box.type == "regular")
and (ndef.groups.disable_suffocation ~= 1)
and (ndef.groups.opaque == 1)
and (node_head ~= "ignore")
-- Check privilege, too
and (not minetest.check_player_privs(name, {noclip = true})) then
if player:get_hp() > 0 then