mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
New VATSIM COD, allowing id as name, see https://discordapp.com/channels/539048679160676382/539846348275449887/599969308247851018
This commit is contained in:
committed by
Mat Sutcliffe
parent
7ee2814c73
commit
737aabb745
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user