diff --git a/src/client/voice/dispatcher/StreamDispatcher.js b/src/client/voice/dispatcher/StreamDispatcher.js index 20a63fd9f..8901767e5 100644 --- a/src/client/voice/dispatcher/StreamDispatcher.js +++ b/src/client/voice/dispatcher/StreamDispatcher.js @@ -68,8 +68,6 @@ class StreamDispatcher extends Writable { this.on('finish', () => { this._cleanup(); - // Still emitting end for backwards compatibility, probably remove it in the future! - this.emit('end'); this._setSpeaking(0); });