Don't send voice back
This commit is contained in:
@ -486,7 +486,7 @@ namespace RageCoop.Server
|
||||
|
||||
case PacketType.Voice:
|
||||
{
|
||||
SendToAll(data.GetPacket<Packets.Voice>());
|
||||
Forward(data.GetPacket<Packets.Voice>(),sender,ConnectionChannel.Voice);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user