From 767b74753d22cc8cf89107e6f483b8b40e0e6911 Mon Sep 17 00:00:00 2001
From: Cristiano Magro <cristiano.magro@vola.it>
Date: Sun, 11 Oct 2020 18:25:56 +0200
Subject: [PATCH] rename vars name and some fix

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

diff --git a/technic_chests/register.lua b/technic_chests/register.lua
index 9f63617..f8b108b 100644
--- a/technic_chests/register.lua
+++ b/technic_chests/register.lua
@@ -84,7 +84,6 @@
 
 local function set_formspec(pos, data, page)
 	local meta = minetest.get_meta(pos)
-	local node = minetest.get_node(pos)
 	local formspec = data.base_formspec
 	formspec = formspec..fs_helpers.cycling_button(
 				meta,

--
Gitblit v1.8.0