Skip to content

Commit f43aad4

Browse files
authored
Update unmute.md (#23)
1 parent 03cde93 commit f43aad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/server/addons/voicechat/unmute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LabyModPlayer labyModPlayer = LabyModProtocolService.get().getPlayer(uniqueId);
1616
// Get the VoiceChatPlayer
1717
VoiceChatPlayer voiceChatPlayer = labyModPlayer.getIntegrationPlayer(VoiceChatPlayer.class);
1818

19-
// Mute the player
19+
// Unmute the player
2020
voiceChatPlayer.unmute();
2121
```
2222

@@ -59,4 +59,4 @@ LabyModPlayer labyModPlayer = LabyModProtocolService.get().getPlayer(uniqueId);
5959

6060
// Send the packet
6161
labyModPlayer.sendPacket(new VoiceChatUnmutePacket(uniqueId));
62-
```
62+
```

0 commit comments

Comments
 (0)