1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-17 07:10:19 +02:00

Remove unused variables and assignments

This commit is contained in:
HybridDog
2023-06-19 18:24:31 +02:00
committed by GitHub
parent bf55f52197
commit 689ff90a78
5 changed files with 7 additions and 12 deletions

View File

@ -217,8 +217,6 @@ function worldedit.copy2(pos1, pos2, off, meta_backwards)
dst_manip:set_param2_data(dst_data)
mh.finish(dst_manip)
src_data = nil
dst_data = nil
-- Copy metadata
local get_meta = minetest.get_meta