Skip to content

Commit 1b7d90c

Browse files
committed
Fixed error messages not working in the expected behaviour, if they are not changed
1 parent 77daa40 commit 1b7d90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/despical/commandframework/Message.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public enum Message {
2626
private BiFunction<Command, CommandArguments, Boolean> message;
2727

2828
Message(String message) {
29-
this(message, true);
29+
this(message, false);
3030
}
3131

3232
Message(String message, boolean sendUsage) {

0 commit comments

Comments
 (0)