chore(Core): add Prefix to Command menu
Co-authored-by: banehammer <felixwuensch@outlook.com> Co-authored-by: banehammer <87540548+banehammer@users.noreply.github.com>
This commit is contained in:
parent
a6a85c0d5d
commit
060cd00bb7
1 changed files with 2 additions and 2 deletions
|
|
@ -528,9 +528,9 @@ bool ChatHandler::ShowHelpForSubCommands(std::vector<ChatCommand> const& table,
|
|||
continue;
|
||||
|
||||
if (m_session)
|
||||
list += "\n ";
|
||||
list += "\n |- ";
|
||||
else
|
||||
list += "\n\r ";
|
||||
list += "\n\r |- ";
|
||||
|
||||
list += table[i].Name;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue