Remove untrue comment

This commit is contained in:
Elias Åström 2024-11-19 22:47:58 +01:00 committed by cora
parent f287d4066b
commit a81b5968dc

View File

@ -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