Minor edit
This commit is contained in:
@@ -214,8 +214,8 @@ namespace Discord.Audio
|
|||||||
if (count < 0) throw new ArgumentOutOfRangeException(nameof(count));
|
if (count < 0) throw new ArgumentOutOfRangeException(nameof(count));
|
||||||
if (offset < 0) throw new ArgumentOutOfRangeException(nameof(count));
|
if (offset < 0) throw new ArgumentOutOfRangeException(nameof(count));
|
||||||
if (VoiceSocket.Server == null) return; //Has been closed
|
if (VoiceSocket.Server == null) return; //Has been closed
|
||||||
|
if (count == 0) return;
|
||||||
|
|
||||||
if (count != 0)
|
|
||||||
VoiceSocket.SendPCMFrames(data, offset, count);
|
VoiceSocket.SendPCMFrames(data, offset, count);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user