allow pass dmr/ysf to peers, without transcoding

This commit is contained in:
narspt 2023-10-27 17:32:12 +01:00 committed by GitHub
parent e658e818b4
commit 6b7658b995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -287,14 +287,7 @@ void CXlxProtocol::HandleQueue(void)
break;
case XLX_PROTOCOL_REVISION_2:
default:
if ( g_Transcoder.IsConnected() )
{
m_Socket.Send(buffer, client->GetIp());
}
else
{
m_Socket.Send(bufferLegacy, client->GetIp());
}
break;
}
}