mirror of
https://github.com/LX3JL/xlxd.git
synced 2025-12-06 07:42:01 +01:00
allow pass dmr/ysf to peers, without transcoding
This commit is contained in:
parent
e658e818b4
commit
6b7658b995
|
|
@ -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());
|
||||
}
|
||||
m_Socket.Send(buffer, client->GetIp());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue