Skip to content

Commit

Permalink
fixing set command registration
Browse files Browse the repository at this point in the history
  • Loading branch information
AC-4 committed May 19, 2024
1 parent e57a24a commit 99a75eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Xcaciv.Command/CommandController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void EnableDefaultCommands()
}
});

var set = new SayCommand();
var set = new SetCommand();
AddCommand(new CommandDescription()
{
BaseCommand = set.BaseCommand,
Expand Down

0 comments on commit 99a75eb

Please sign in to comment.