diff --git a/core/src/commands/command_helper.cpp b/core/src/commands/command_helper.cpp index ee5d2b6..617dd1a 100644 --- a/core/src/commands/command_helper.cpp +++ b/core/src/commands/command_helper.cpp @@ -49,6 +49,8 @@ QStringList AOClient::buildAreaList(int area_idx) QString char_entry = "[" + QString::number(client->id) + "] " + client->current_char; if (client->current_char == "") char_entry += "Spectator"; + if (client->showname != "") + char_entry += " (" + client->showname + ")"; if (area->owners().contains(client->id)) char_entry.insert(0, "[CM] "); if (authenticated)