diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index ec095a4f59..67de203fa2 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1286,7 +1286,7 @@ void Application::dropEvent(QDropEvent *event) { void Application::sendPingPackets() { QByteArray pingPacket = NodeList::getInstance()->constructPingPacket(); -controlledBroadcastToNodes(pingPacket, NodeSet() + controlledBroadcastToNodes(pingPacket, NodeSet() << NodeType::VoxelServer << NodeType::ParticleServer << NodeType::ModelServer << NodeType::AudioMixer << NodeType::AvatarMixer << NodeType::MetavoxelServer);