]> git.lizzy.rs Git - worldedit.git/blobdiff - worldedit_brush/init.lua
Move worldedit.marker_update
[worldedit.git] / worldedit_brush / init.lua
index 0c1ff950baf5a8fa24464d96dd5e416dea82f237..369b6b5332ef731126016e86a3caae310fbd6057 100644 (file)
@@ -39,7 +39,7 @@ local brush_on_use = function(itemstack, placer)
        assert(pointed_thing.type == "node")
        worldedit.pos1[name] = pointed_thing.under
        worldedit.pos2[name] = nil
-       worldedit.mark_region(name)
+       worldedit.marker_update(name)
 
        -- this isn't really clean...
        local player_notify_old = worldedit.player_notify