Skip to content

Commit

Permalink
Update unmute.md (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
EinsJustinn authored Sep 2, 2024
1 parent 03cde93 commit f43aad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/server/addons/voicechat/unmute.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LabyModPlayer labyModPlayer = LabyModProtocolService.get().getPlayer(uniqueId);
// Get the VoiceChatPlayer
VoiceChatPlayer voiceChatPlayer = labyModPlayer.getIntegrationPlayer(VoiceChatPlayer.class);

// Mute the player
// Unmute the player
voiceChatPlayer.unmute();
```

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

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

0 comments on commit f43aad4

Please sign in to comment.