mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-07-05 01:20:34 +02:00
Faster copying using vmanips
This commit is contained in:
@ -107,7 +107,9 @@ end
|
||||
|
||||
function mh.finish(manip, data)
|
||||
-- Update map
|
||||
manip:set_data(data)
|
||||
if data ~= nil then
|
||||
manip:set_data(data)
|
||||
end
|
||||
manip:write_to_map()
|
||||
manip:update_map()
|
||||
end
|
||||
|
Reference in New Issue
Block a user