shorten: rank_privileges
This commit is contained in:
parent
15d0d98937
commit
ee5763b027
|
@ -547,7 +547,7 @@ factions.register_command("ranks", {
|
|||
return true
|
||||
end
|
||||
})
|
||||
factions.register_command("rank_privileges", {
|
||||
factions.register_command("privs", {
|
||||
description = "List available rank privileges",
|
||||
description_arg = ":",
|
||||
global_privileges = def_global_privileges,
|
||||
|
|
|
@ -71,4 +71,4 @@ function factions.end_enemy(name, faction)
|
|||
bfaction.enemies[faction] = nil
|
||||
factions.on_end_enemy(name, faction)
|
||||
factions.factions.set(name, bfaction)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user