From c40189eabf663eb142e5da8107a570c4a0018642 Mon Sep 17 00:00:00 2001
From: SmallJoker <mk939@ymail.com>
Date: Tue, 25 Oct 2022 18:17:45 +0200
Subject: [PATCH] Export technic_music_player_top.png to PNG, run optipng

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