diff --git a/chatcommands.lua b/chatcommands.lua index b0c4323..4431040 100644 --- a/chatcommands.lua +++ b/chatcommands.lua @@ -289,7 +289,7 @@ minetest.register_chatcommand("area_open", { if areas.factions_available then minetest.register_chatcommand("area_faction_open", { params = "", - description = "Toggle an area open (anyone can interact) or closed to your faction", + description = "Toggle an area open/closed for members in your faction." func = function(name, param) local id = tonumber(param) if not id then