mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 12:14:00 +02:00
Small CR changes
This commit is contained in:
parent
4b2c6dfcb0
commit
4e32c59118
1 changed files with 0 additions and 4 deletions
|
@ -795,10 +795,6 @@ void DomainServerSettingsManager::processUsernameFromIDRequestPacket(QSharedPoin
|
|||
// It's time to figure out the username
|
||||
QString verifiedUsername = matchingNode->getPermissions().getVerifiedUserName();
|
||||
|
||||
if (verifiedUsername.isEmpty()) {
|
||||
// Make sure we're using an empty string as the Verified Username
|
||||
verifiedUsername = "";
|
||||
}
|
||||
// Setup the packet
|
||||
auto usernameFromIDReplyPacket = NLPacket::create(PacketType::UsernameFromIDReply);
|
||||
usernameFromIDReplyPacket->write(nodeUUID.toRfc4122());
|
||||
|
|
Loading…
Reference in a new issue