1
0
Fork 0
mirror of https://github.com/sbrl/Minetest-WorldEditAdditions.git synced 2025-04-20 13:04:55 +00:00

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

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", {