summaryrefslogtreecommitdiff
path: root/technic/solar_array_lv.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/solar_array_lv.lua')
-rw-r--r--technic/solar_array_lv.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/solar_array_lv.lua b/technic/solar_array_lv.lua
index ecc55d9..e758eb8 100644
--- a/technic/solar_array_lv.lua
+++ b/technic/solar_array_lv.lua
@@ -55,7 +55,6 @@ minetest.register_abm(
pos1.y=pos.y+1
pos1.x=pos.x
pos1.z=pos.z
-
local light = minetest.env:get_node_light(pos1, nil)
local time_of_day = minetest.env:get_timeofday()
local meta = minetest.env:get_meta(pos)
@@ -76,3 +75,4 @@ minetest.register_abm(
})
technic.register_LV_machine ("technic:solar_array_lv","PR")
+