Remove stray line

This commit is contained in:
teknomunk 2024-12-27 06:26:39 -06:00 committed by the-real-herowl
parent 8118495c80
commit a694675b87

View file

@ -265,7 +265,6 @@ local function is_rail_end_connected(pos, dir)
end
local function bend_straight_rail(pos, towards)
dir = CONNECTIONS[i]
local node = force_get_node(pos)
local nodedef = minetest.registered_nodes[node.name]