Browse Source

fix area removal2

main
Hendrik Langer 4 years ago
parent
commit
e7b81d5a1b
  1. 2
      mod_areas.lua

2
mod_areas.lua

@ -32,7 +32,7 @@ if minetest.get_modpath("areas") then
if stored_id == area_id then
minetest.remove_node(pos)
minetest.chat_send_player(owner, "[creative_regions] "..description.." removed for removed area " .. area_id)
minetest.chat_send_player(owner, "[creative_regions] Protector Blocks removed for removed area " .. area_id)
end
end
end)

Loading…
Cancel
Save