mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +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()) {
|
} else if (pingType == PingType::Public && !sendingNode->getActiveSocket()) {
|
||||||
sendingNode->activatePublicSocket();
|
sendingNode->activatePublicSocket();
|
||||||
} else if (pingType == PingType::Symmetric && !sendingNode->getActiveSocket()) {
|
} else if (pingType == PingType::Symmetric && !sendingNode->getActiveSocket()) {
|
||||||
|
sendingNode->activateSymmetricSocket();
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue