mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2024-11-15 23:20:16 +01:00
0632f6b41b
The removal of unused variables can improve the detection of mistakes with luacheck; for example, it can detect if the wrong argument is passed to a function because of a copy-paste mistake. Setting `src_data` and `dst_data` to `nil` in `worldedit.stack2`, which might enable an earlier garbage collection, looks like an unneeded micro-optimisation. |
||
---|---|---|
.. | ||
textures | ||
code.lua | ||
common.lua | ||
compatibility.lua | ||
cuboid.lua | ||
init.lua | ||
manipulations.lua | ||
mod.conf | ||
primitives.lua | ||
serialization.lua | ||
test.lua | ||
visualization.lua |