remove need for faction_user
This commit is contained in:
parent
0943e48525
commit
402ed76f5f
@ -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,
|
||||
}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user