mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 18:10:37 +02:00
remove call to processNodeData
This commit is contained in:
parent
9d4f9aa21e
commit
49ee35a41c
1 changed files with 1 additions and 2 deletions
|
@ -45,7 +45,6 @@ void OctreeServerDatagramProcessor::readPendingDatagrams() {
|
||||||
|
|
||||||
PacketType::Value packetType = packetTypeForPacket(incomingPacket);
|
PacketType::Value packetType = packetTypeForPacket(incomingPacket);
|
||||||
if (packetType == PacketType::Ping) {
|
if (packetType == PacketType::Ping) {
|
||||||
DependencyManager::get<NodeList>()->processNodeData(senderSockAddr, incomingPacket);
|
|
||||||
return; // don't emit
|
return; // don't emit
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue