From 4775d98fb7e12f7210cf778351767828e551011d Mon Sep 17 00:00:00 2001
From: SmallJoker <mk939@ymail.com>
Date: Thu, 20 Oct 2022 20:08:56 +0200
Subject: [PATCH] Unify and simplify LED/Lamp node definition

---
 technic/machines/register/solar_array.lua |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/technic/machines/register/solar_array.lua b/technic/machines/register/solar_array.lua
index 03f11d9..443ac90 100644
--- a/technic/machines/register/solar_array.lua
+++ b/technic/machines/register/solar_array.lua
@@ -56,7 +56,6 @@
 		},
 		on_construct = function(pos)
 			local meta = minetest.get_meta(pos)
-			local name = minetest.get_node(pos).name
 			meta:set_int(tier.."_EU_supply", 0)
 		end,
 		technic_run = run,

--
Gitblit v1.8.0