mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
Ignore yet another FSinn P2P packet
This commit is contained in:
@@ -1023,6 +1023,10 @@ namespace BlackCore
|
|||||||
{
|
{
|
||||||
// FSInn peer2peer protocol - ignore, not supported
|
// FSInn peer2peer protocol - ignore, not supported
|
||||||
}
|
}
|
||||||
|
else if (packetId.compare("FSIP2P", Qt::CaseInsensitive) == 0)
|
||||||
|
{
|
||||||
|
// FSInn peer2peer protocol - ignore, not supported
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
CLogMessage(this).warning("Unknown custom packet from %1 - id: %2") << callsign.toQString() << packetId;
|
CLogMessage(this).warning("Unknown custom packet from %1 - id: %2") << callsign.toQString() << packetId;
|
||||||
|
|||||||
Reference in New Issue
Block a user