We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03cde93 commit f43aad4Copy full SHA for f43aad4
docs/pages/server/addons/voicechat/unmute.md
@@ -16,7 +16,7 @@ LabyModPlayer labyModPlayer = LabyModProtocolService.get().getPlayer(uniqueId);
16
// Get the VoiceChatPlayer
17
VoiceChatPlayer voiceChatPlayer = labyModPlayer.getIntegrationPlayer(VoiceChatPlayer.class);
18
19
-// Mute the player
+// Unmute the player
20
voiceChatPlayer.unmute();
21
```
22
@@ -59,4 +59,4 @@ LabyModPlayer labyModPlayer = LabyModProtocolService.get().getPlayer(uniqueId);
59
60
// Send the packet
61
labyModPlayer.sendPacket(new VoiceChatUnmutePacket(uniqueId));
62
-```
+```
0 commit comments