From 11f2b4f4b317a25972733e3d3fe9f2dc6ce31c6a Mon Sep 17 00:00:00 2001
From: David Leal <halfpacho@gmail.com>
Date: Sat, 05 Sep 2020 18:54:37 +0200
Subject: [PATCH] Fix warning reported by LuaCheck (#563)

---
 extranodes/init.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extranodes/init.lua b/extranodes/init.lua
index e554b63..42c7d67 100644
--- a/extranodes/init.lua
+++ b/extranodes/init.lua
@@ -142,7 +142,7 @@
 
 local sclip_tex = {
 	"technic_insulator_clip.png",
-	{ name = "strut.png^steel_strut_overlay.png", color = "white" },
+	{ name = "strut.png^technic_steel_strut_overlay.png", color = "white" },
 	{ name = "strut.png", color = "white" }
 }
 

--
Gitblit v1.8.0