1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2024-09-21 12:10:23 +02:00

tidy code

This commit is contained in:
tenplus1 2024-07-03 08:38:21 +01:00
parent 49c8ba1892
commit 97b2fdd2ad

View File

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