Don't ask why I did not use .isEmpty()
This commit is contained in:
parent
fd6f8e527d
commit
6034c60793
@ -49,6 +49,8 @@ QStringList AOClient::buildAreaList(int area_idx)
|
|||||||
QString char_entry = "[" + QString::number(client->id) + "] " + client->current_char;
|
QString char_entry = "[" + QString::number(client->id) + "] " + client->current_char;
|
||||||
if (client->current_char == "")
|
if (client->current_char == "")
|
||||||
char_entry += "Spectator";
|
char_entry += "Spectator";
|
||||||
|
if (!(client->showname == ""))
|
||||||
|
char_entry += " (" + client->showname + ")";
|
||||||
if (area->owners().contains(client->id))
|
if (area->owners().contains(client->id))
|
||||||
char_entry.insert(0, "[CM] ");
|
char_entry.insert(0, "[CM] ");
|
||||||
if (authenticated)
|
if (authenticated)
|
||||||
|
Loading…
Reference in New Issue
Block a user