undo that

This commit is contained in:
Amish Shah
2016-12-30 14:30:57 +00:00
parent 22a6ded341
commit 90ca422485

View File

@@ -168,6 +168,10 @@ class VoiceBroadcast extends EventEmitter {
buffer = this.applyVolume(buffer);
setImmediate(() => this.process(buffer));
}
process(buffer) {
let count = 0;
for (const x of this.dispatchers.entries()) {