Skip to content

Commit

Permalink
fix(server): send /vmute command usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed Nov 19, 2024
1 parent 19200b6 commit 0c52906
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public final class VoiceMuteCommand implements McCommand {
@Override
public void execute(@NotNull McCommandSource source, @NotNull String[] arguments) {
if (arguments.length == 0) {
source.sendMessage(McTextComponent.translatable("pv.error.no_permissions"));
source.sendMessage(McTextComponent.translatable("pv.command.mute.usage"));
return;
}

Expand Down

0 comments on commit 0c52906

Please sign in to comment.