Skip to content

Commit

Permalink
Update open-channels.md (#19)
Browse files Browse the repository at this point in the history
change the comment for the voiceChatPlayer.openVoiceChatChannels();
  • Loading branch information
EinsJustinn authored Jul 17, 2024
1 parent 8771750 commit 0ab3df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/server/addons/voicechat/open-channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LabyModPlayer labyModPlayer = LabyModProtocolService.get().getPlayer(uniqueId);
// Get the VoiceChatPlayer
VoiceChatPlayer voiceChatPlayer = labyModPlayer.getIntegrationPlayer(VoiceChatPlayer.class);

// Mute the player
// Open the VoiceChat Channels Widget
voiceChatPlayer.openVoiceChatChannels();
```

Expand Down Expand Up @@ -46,4 +46,4 @@ LabyModPlayer labyModPlayer = LabyModProtocolService.get().getPlayer(uniqueId);

// Send the packet
labyModPlayer.sendPacket(new VoiceChatOpenChannelsPacket());
```
```

0 comments on commit 0ab3df6

Please sign in to comment.