From 8d4a9ac87748bb11fb7eb007a63b644ac7d5eeb8 Mon Sep 17 00:00:00 2001 From: Alden Peeters Date: Wed, 18 Sep 2019 16:27:32 -0400 Subject: [PATCH] Changed description for area_faction_open --- chatcommands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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