remove legacy hack

This commit is contained in:
unknown 2022-02-05 20:26:33 -05:00
parent 6359c38f05
commit e8f7a3efea
1 changed files with 0 additions and 1 deletions

View File

@ -184,7 +184,6 @@ for _, door in ipairs(door_list) do
if door.alpha then
local def = table.copy(minetest.registered_nodes[nn_a])
def.use_texture_alpha = "blend"
--def.mesh = "door_a.obj" -- leaving this out will break the _a model
minetest.register_node(":"..nn_a, def) -- assignment when the override takes place
def = table.copy(minetest.registered_nodes[nn_b])