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:
@@ -528,9 +528,9 @@ bool ChatHandler::ShowHelpForSubCommands(std::vector<ChatCommand> const& table,
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (m_session)
|
if (m_session)
|
||||||
list += "\n ";
|
list += "\n |- ";
|
||||||
else
|
else
|
||||||
list += "\n\r ";
|
list += "\n\r |- ";
|
||||||
|
|
||||||
list += table[i].Name;
|
list += table[i].Name;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user