mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Smol fix for help menu items
This commit is contained in:
parent
28e348d5f0
commit
72dcb2b997
1 changed files with 3 additions and 3 deletions
|
|
@ -165,7 +165,7 @@ namespace Dalamud {
|
||||||
});
|
});
|
||||||
|
|
||||||
CommandManager.AddHandler("/xlunmute", new CommandInfo(OnBadWordsRemove) {
|
CommandManager.AddHandler("/xlunmute", new CommandInfo(OnBadWordsRemove) {
|
||||||
HelpMessage = "Unmute a word or sentence. Usage: /fatewatchremove <word or sentence>"
|
HelpMessage = "Unmute a word or sentence. Usage: /xlunmute <word or sentence>"
|
||||||
});
|
});
|
||||||
|
|
||||||
CommandManager.AddHandler("/xldstate", new CommandInfo(OnDebugPrintGameState) {
|
CommandManager.AddHandler("/xldstate", new CommandInfo(OnDebugPrintGameState) {
|
||||||
|
|
@ -183,12 +183,12 @@ namespace Dalamud {
|
||||||
|
|
||||||
CommandManager.AddHandler("/xlbgmset", new CommandInfo(OnBgmSetCommand)
|
CommandManager.AddHandler("/xlbgmset", new CommandInfo(OnBgmSetCommand)
|
||||||
{
|
{
|
||||||
HelpMessage = "Set the Game background music. Usage: /bgmset <BGM ID>"
|
HelpMessage = "Set the Game background music. Usage: /xlbgmset <BGM ID>"
|
||||||
});
|
});
|
||||||
|
|
||||||
CommandManager.AddHandler("/xlitem", new CommandInfo(OnItemLinkCommand)
|
CommandManager.AddHandler("/xlitem", new CommandInfo(OnItemLinkCommand)
|
||||||
{
|
{
|
||||||
HelpMessage = "Link an item by name. Usage: /item <Item name>"
|
HelpMessage = "Link an item by name. Usage: /xlitem <Item name>"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue