remove need for faction_user

This commit is contained in:
Elkien3 2018-10-26 19:54:19 -05:00
parent 0943e48525
commit 402ed76f5f

View File

@ -139,7 +139,7 @@ init_commands = function()
{
params = "<cmd> <parameter 1> .. <parameter n>",
description = "faction administration functions",
privs = { interact=true,faction_user=true },
privs = { interact=true },
func = factions_chat.cmdhandler,
}
)
@ -149,7 +149,7 @@ init_commands = function()
{
params = "<command> parameters",
description = "Factions commands. Type /f help for available commands.",
privs = { interact=true,faction_user=true},
privs = { interact=true},
func = factions_chat.cmdhandler,
}
)