Skip to content

Commit fd46280

Browse files
committed
update_map() does nothing
1 parent 8b329c4 commit fd46280

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

worldedit/common.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,5 @@ function mh.finish(manip, data)
119119
manip:set_data(data)
120120
end
121121
manip:write_to_map()
122-
manip:update_map()
123122
end
124123

worldedit/manipulations.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ function worldedit.set_param2(pos1, pos2, param2)
5757
-- Update map
5858
manip:set_param2_data(param2_data)
5959
manip:write_to_map()
60-
manip:update_map()
6160

6261
return worldedit.volume(pos1, pos2)
6362
end

0 commit comments

Comments
 (0)