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:
Francesco Borzì 2021-10-11 12:41:00 +02:00 committed by GitHub
parent a6a85c0d5d
commit 060cd00bb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;