mirror of
https://github.com/mt-mods/playerfactions.git
synced 2024-11-26 01:03:48 +01:00
chown: fix command signature
password is required
This commit is contained in:
parent
75ff73a45c
commit
27449b6534
2
init.lua
2
init.lua
@ -537,7 +537,7 @@ minetest.register_chatcommand("factions", {
|
||||
.."kick <player> [faction]: "..S("Kick someone from your faction or from the given faction").."\n"
|
||||
.."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> [faction]: "..S("Transfer ownership of your 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",
|
||||
|
||||
description = "",
|
||||
|
Loading…
Reference in New Issue
Block a user