Don't send voice back

This commit is contained in:
Sardelka
2022-08-13 10:54:39 +08:00
parent 2ef0060037
commit 669b457275

View File

@ -486,7 +486,7 @@ namespace RageCoop.Server
case PacketType.Voice:
{
SendToAll(data.GetPacket<Packets.Voice>());
Forward(data.GetPacket<Packets.Voice>(),sender,ConnectionChannel.Voice);
}
break;