mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
Merge pull request #2580 from birarda/master
add a missing line for symmetric socket activation
This commit is contained in:
commit
89cb1ad527
1 changed files with 1 additions and 2 deletions
|
@ -894,8 +894,7 @@ void NodeList::activateSocketFromNodeCommunication(const QByteArray& packet, con
|
|||
} else if (pingType == PingType::Public && !sendingNode->getActiveSocket()) {
|
||||
sendingNode->activatePublicSocket();
|
||||
} else if (pingType == PingType::Symmetric && !sendingNode->getActiveSocket()) {
|
||||
|
||||
|
||||
sendingNode->activateSymmetricSocket();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue