diff --git a/src/blackcore/vatsim/networkvatlib.cpp b/src/blackcore/vatsim/networkvatlib.cpp index 7d2bd4012..bddf80972 100644 --- a/src/blackcore/vatsim/networkvatlib.cpp +++ b/src/blackcore/vatsim/networkvatlib.cpp @@ -1023,6 +1023,10 @@ namespace BlackCore { // FSInn peer2peer protocol - ignore, not supported } + else if (packetId.compare("FSIP2P", Qt::CaseInsensitive) == 0) + { + // FSInn peer2peer protocol - ignore, not supported + } else { CLogMessage(this).warning("Unknown custom packet from %1 - id: %2") << callsign.toQString() << packetId;