Skip to content

Commit

Permalink
voice: rename createVoiceBroadcast to createBroadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
amishshah committed Mar 23, 2019
1 parent c822563 commit 9a092b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/voice/ClientVoiceManager.js
Expand Up @@ -35,7 +35,7 @@ class ClientVoiceManager {
* Creates a voice broadcast.
* @returns {VoiceBroadcast}
*/
createVoiceBroadcast() {
createBroadcast() {
const broadcast = new VoiceBroadcast(this);
this.broadcasts.push(broadcast);
return broadcast;
Expand Down

0 comments on commit 9a092b6

Please sign in to comment.