From 97b2fdd2ade844cd064608c8071a998fde2c34c5 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Wed, 3 Jul 2024 08:38:21 +0100 Subject: [PATCH] tidy code --- hoes.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/hoes.lua b/hoes.lua index 9618472..1bda713 100644 --- a/hoes.lua +++ b/hoes.lua @@ -360,7 +360,6 @@ local function node_not_num(nodename) if not num or num == 1 then return end for v = 1, (num - 1) do - bit = nodename:split("_")[v] str = str .. nodename:split("_")[v] .. "_" end