mirror of
https://codeberg.org/tenplus1/farming.git
synced 2024-11-10 20:30:31 +01:00
tidy code
This commit is contained in:
parent
49c8ba1892
commit
97b2fdd2ad
1
hoes.lua
1
hoes.lua
|
@ -360,7 +360,6 @@ local function node_not_num(nodename)
|
||||||
if not num or num == 1 then return end
|
if not num or num == 1 then return end
|
||||||
|
|
||||||
for v = 1, (num - 1) do
|
for v = 1, (num - 1) do
|
||||||
bit = nodename:split("_")[v]
|
|
||||||
str = str .. nodename:split("_")[v] .. "_"
|
str = str .. nodename:split("_")[v] .. "_"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user