Changed description for area_faction_open

This commit is contained in:
Alden Peeters 2019-09-18 16:27:32 -04:00
parent e7ab99ca9c
commit 8d4a9ac877
No known key found for this signature in database
GPG Key ID: CDAD63AE9DA934BE
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ minetest.register_chatcommand("area_open", {
if areas.factions_available then
minetest.register_chatcommand("area_faction_open", {
params = "<ID>",
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