Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
[3d_armor_stand] Potentially help for #102
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymkwi committed Sep 7, 2016
1 parent 4ecc184 commit 6df069d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/3d_armor/3d_armor_stand/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ local function update_entity(pos)
local node = minetest.get_node(pos)
local object = get_stand_object(pos)
if object then
if not string.find(node.name, "3d_armor_stand:") then
if not string.find(node.name, "3d_armor_stand:") and object:get_luaentity() ~= "gauges:hp_bar" then
object:remove()
return
end
Expand Down

0 comments on commit 6df069d

Please sign in to comment.