This commit is contained in:
Travis CI 2017-01-07 22:11:37 +00:00
parent 1f25863910
commit c7a1a9405a
2 changed files with 2 additions and 1 deletions

View file

@ -23109,6 +23109,7 @@ class VoiceBroadcast extends EventEmitter {
buffer = this.applyVolume(buffer);
for (const x of this._dispatchers.entries()) {
if (x[1].size === 0) continue;
const [volume, container] = x;
const opusPacket = this.opusEncoder.encode(this.applyVolume(buffer, volume));
for (const dispatcher of container.values()) {

File diff suppressed because one or more lines are too long