Another typo.

This commit is contained in:
Aaron Suen 2020-02-22 19:43:12 -05:00
parent aa0f4943cf
commit 8272cd25ae

View File

@ -55,7 +55,7 @@ local function canseeface(p1, p2)
if dsqr < 1 then return end
local ll = nodecore.get_node_light({x = o2.x, y = o2.y + e2, z = o2.z})
if not ll then return end
local ld = (ll / nodecore.light_max * distance)
local ld = (ll / nodecore.light_sun * distance)
if dsqr > (ld * ld) then return end
-- Make sure players' eyes are inside the same fluid.