1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-01 23:50:36 +02:00

Remove or rename unused arguments and loop variables

This commit is contained in:
HybridDog
2021-01-17 14:25:20 +01:00
parent 62a952bc9b
commit bbc9b2b833
9 changed files with 48 additions and 48 deletions

View File

@ -239,7 +239,7 @@ worldedit.register_command("cubeapply", {
end
return true, sidex, sidey, sidez, cmd, parsed
end,
nodes_needed = function(name, sidex, sidey, sidez, cmd, parsed)
nodes_needed = function(_, sidex, sidey, sidez)
-- its not possible to defer to the target command at this point
return sidex * sidey * sidez
end,