fix: Fixes duplicate command listed. (#1677)

This commit is contained in:
Kamron Batman 2024-02-11 18:13:45 -08:00 committed by GitHub
parent 4479555156
commit 48e47f9352
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 3 deletions

View file

@ -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.");