Skip to content

Commit

Permalink
Update ComboFilter.java
Browse files Browse the repository at this point in the history
bruh miswrite
  • Loading branch information
AC19970 authored Jan 12, 2025
1 parent 6edcb0d commit 1b5657e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public class ComboFilter extends SimpleChatFilter {
public ComboFilter() {
// ^(\+\d+ Kill Combo( \+\d+(% ✯ Magic Find| coins per kill|☯ Combat Wisdom))?|Your Kill Combo has expired! You reached a \d+ Kill Combo!)$
super("^(\\+\\d+ Kill Combo( \\+\\d+(✯ Magic Find| coins per kill|☯ Combat Wisdom))?|Your Kill Combo has expired! You reached a \\d+ Kill Combo!)$");
super("^(\\+\\d+ Kill Combo( \\+\\d+(% ✯ Magic Find| coins per kill|☯ Combat Wisdom))?|Your Kill Combo has expired! You reached a \\d+ Kill Combo!)$");
}

@Override
Expand Down

0 comments on commit 1b5657e

Please sign in to comment.