From a5751249247b2b18df5c2c97cf7e2af232fd78f8 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 21 Nov 2017 20:20:17 +0100 Subject: [PATCH] Don't suffocate in ignore --- mods/PLAYER/mcl_playerplus/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/PLAYER/mcl_playerplus/init.lua b/mods/PLAYER/mcl_playerplus/init.lua index 38ed67dd9..6ecc922b9 100644 --- a/mods/PLAYER/mcl_playerplus/init.lua +++ b/mods/PLAYER/mcl_playerplus/init.lua @@ -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