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 3733bfa commit 4869fd3Copy full SHA for 4869fd3
src/main/java/net/clementraynaud/skoice/tasks/UpdateNetworksTask.java
@@ -108,6 +108,7 @@ private void run() {
108
if (voiceState != null) {
109
if (this.plugin.getConfigYamlFile().getBoolean(ConfigField.MUTED_ALERT.toString())
110
&& voiceState.isMuted()
111
+ && !linkedPlayer.isInMainVoiceChannel()
112
&& !UpdateVoiceStateTask.getMutedUsers().contains(member.getId())) {
113
linkedPlayer.addActionBarAlert(ActionBarAlert.MUTED);
114
}
0 commit comments