diff --git a/mod_areas.lua b/mod_areas.lua index 7dee4d4..e169ae0 100644 --- a/mod_areas.lua +++ b/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)