Skip to content

Commit

Permalink
Update ReplyCommand.java
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRTTV authored Jul 19, 2024
1 parent 2aeee65 commit 9b76e03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

public class ReplyCommand {
private static final SimpleCommandExceptionType NO_TARGET_FOUND_EXCEPTION = new SimpleCommandExceptionType(Component.translatable("commands.creply.noTargetFound"));
private static final Dyanmic2CommandExceptionType MESSAGE_TOO_LONG_EXCEPTION = new Dyanmic2CommandExceptionType((a, b) -> Component.translatable("commands.creply.messageTooLong", a, b));
private static final Dynamic2CommandExceptionType MESSAGE_TOO_LONG_EXCEPTION = new Dynamic2CommandExceptionType((a, b) -> Component.translatable("commands.creply.messageTooLong", a, b));

@Nullable
private static String mostRecentWhisper = null;
Expand Down

0 comments on commit 9b76e03

Please sign in to comment.