allowing `true` for horizontal pole function makes no sense

master
Vanessa Dannenberg 2019-09-26 01:02:00 -04:00
parent 684e9237cd
commit e92177b83e
1 changed files with 0 additions and 2 deletions

View File

@ -794,8 +794,6 @@ function signs_lib.check_for_horizontal_pole(pos, pointed_thing)
local node = minetest.get_node(pos)
local def = minetest.registered_items[node.name]
return pdef.check_for_horiz_pole(pos, node, def, ppos, pnode, pdef)
elseif pdef.check_for_horiz_pole then
return true
end
end