Don't ask why I did not use .isEmpty()

This commit is contained in:
Salanto 2021-07-29 19:50:37 +02:00
parent fd6f8e527d
commit 6034c60793

View File

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