Skip to content

Commit

Permalink
fix: hotfix for Chat Responser
Browse files Browse the repository at this point in the history
  • Loading branch information
70CentsApple committed Sep 9, 2023
1 parent 99906ad commit dc61b54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public static void work(String messageReceived) {
if (Pattern.compile(unit.getPattern()).matcher(messageReceived).matches()) {
canResponse = true;
pattern = unit.getPattern();
message = unit.getMessage();
forceDisableInjector = unit.isForceDisableInjector();
break;
}
Expand Down

0 comments on commit dc61b54

Please sign in to comment.