Skip to content

Commit

Permalink
[mountmuzzle] add help message for "customize" command
Browse files Browse the repository at this point in the history
  • Loading branch information
posimagi committed Apr 21, 2024
1 parent 304a867 commit fdfc29d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/MountMuzzle/mountmuzzle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ local help = {
buildHelpCommandEntry('list', 'Display the available muzzle types.'),
buildHelpCommandEntry('set <muzzle>', 'Set the current muzzle to the given muzzle type.'),
buildHelpCommandEntry('get', 'Display the current muzzle.'),
buildHelpCommandEntry('customize <mount> <track_number>', 'Associate a specific BGM track with a mount for the Custom muzzle type.'),
buildHelpCommandEntry('default', 'Set the current muzzle to the default (Silent).'),
buildHelpCommandEntry('unload', 'Unload Mount Muzzle.'),
buildHelpCommandEntry('reload', 'Reload Mount Muzzle.'),
Expand Down

0 comments on commit fdfc29d

Please sign in to comment.