mirror of
https://github.com/mt-mods/playerfactions.git
synced 2025-01-08 21:57:34 +01:00
proper admin priv listing in help for invite
This commit is contained in:
parent
27449b6534
commit
e21bd17ace
2
init.lua
2
init.lua
@ -538,7 +538,7 @@ minetest.register_chatcommand("factions", {
|
||||
.."disband <password> [faction]: "..S("Disband your faction or the given faction").."\n"
|
||||
.."passwd <password> [faction]: "..S("Change your faction's password or the password of the given faction").."\n"
|
||||
.."chown <player> <password> [faction]: "..S("Transfer ownership of your faction").."\n"
|
||||
.."invite <player> <faction>: "..S("Add player to a faction, you need playerfactions_admin privs").."\n",
|
||||
.."invite <player> <faction>: "..S("Add player to a faction, you need @1 priv", factions.priv).."\n",
|
||||
|
||||
description = "",
|
||||
privs = {},
|
||||
|
Loading…
Reference in New Issue
Block a user