cloud wand: send chat message when clearing region

This commit is contained in:
Starbeamrainbowlabs 2021-02-23 23:06:44 +00:00
parent 566b370960
commit 478d1269a1
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ local function clear_points(name, pos)
worldedit.pos2[name] = nil
worldedit.marker_update(name)
worldedit.set_pos[name] = nil
worldedit.player_notify(name, "Region cleared")
end
minetest.register_tool(":worldeditadditions:cloudwand", {