fix: Fixes duplicate command listed. (#1677)
This commit is contained in:
parent
4479555156
commit
48e47f9352
3 changed files with 5 additions and 3 deletions
|
|
@ -846,6 +846,8 @@ namespace Server.Factions
|
|||
e.Mobile.SendMessage($"{count} items reset");
|
||||
}
|
||||
|
||||
[Usage("FactionCommander")]
|
||||
[Description("Sets the targeted player as the faction commander.")]
|
||||
public static void FactionCommander_OnCommand(CommandEventArgs e)
|
||||
{
|
||||
e.Mobile.SendMessage("Target a player to make them the faction commander.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue