Remove untrue comment
This commit is contained in:
parent
f287d4066b
commit
a81b5968dc
@ -67,7 +67,6 @@ local function get_node_power_2(pos)
|
|||||||
local node2 = minetest.get_node(pos2)
|
local node2 = minetest.get_node(pos2)
|
||||||
|
|
||||||
if opaque_tab[node2.name] then
|
if opaque_tab[node2.name] then
|
||||||
-- Only strong power will go through opaque nodes.
|
|
||||||
local _, power2 = get_node_power(pos2)
|
local _, power2 = get_node_power(pos2)
|
||||||
max = math.max(max, power2)
|
max = math.max(max, power2)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user