mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 17:17:58 +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());
|
auto it = _packetListenerMap.find(nlPacket->getType());
|
||||||
|
|
||||||
if (it != _packetListenerMap.end()) {
|
if (it != _packetListenerMap.end() && it->second.isValid()) {
|
||||||
|
|
||||||
auto listener = it.value();
|
auto listener = it.value();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue