From ee5763b027cd61ea54bc02a354e076bd56114226 Mon Sep 17 00:00:00 2001 From: Coder12a <38924418+Coder12a@users.noreply.github.com> Date: Sat, 14 Sep 2019 15:44:19 -0500 Subject: [PATCH] shorten: rank_privileges --- chatcommands.lua | 2 +- diplomacy_events.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chatcommands.lua b/chatcommands.lua index c8f4fbd..6a0cc8c 100644 --- a/chatcommands.lua +++ b/chatcommands.lua @@ -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, diff --git a/diplomacy_events.lua b/diplomacy_events.lua index d6cf45d..6bec25c 100644 --- a/diplomacy_events.lua +++ b/diplomacy_events.lua @@ -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 \ No newline at end of file +end