This commit is contained in:
Klaus Basan
2019-07-14 17:47:00 +02:00
committed by Mat Sutcliffe
parent 7ee2814c73
commit 737aabb745

View File

@@ -200,7 +200,8 @@ namespace BlackMisc
QString CUser::beautifyRealName(const QString &realName)
{
QString newRealName(realName.simplified().trimmed());
if (newRealName.isEmpty()) { return newRealName; }
if (newRealName.isEmpty()) { return newRealName; }
if (is09OnlyString(newRealName)) { return newRealName; } // new VATSIM COD, allowing id as name, see https://discordapp.com/channels/539048679160676382/539846348275449887/599969308247851018
int uc = 0;
int lc = 0;