mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-03 22:45:33 +02:00
resolve conflicts on merge with birarda/protocol
This commit is contained in:
commit
9c792f00df
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ void PacketReceiver::handleVerifiedPacket(std::unique_ptr<udt::Packet> packet) {
|
|||
|
||||
auto it = _packetListenerMap.find(nlPacket->getType());
|
||||
|
||||
if (it != _packetListenerMap.end()) {
|
||||
if (it != _packetListenerMap.end() && it->second.isValid()) {
|
||||
|
||||
auto listener = it.value();
|
||||
|
||||
|
|
Loading…
Reference in a new issue