mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +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
|
||||
}
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user