Skip to content

Commit

Permalink
Add to mixin bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
udu3324 committed Jan 27, 2024
1 parent aef7ef6 commit 8a402bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/udu3324/poinpow/mixin/ChatMixin.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ private void onMessage(Text message, MessageSignatureData signature, MessageIndi

if (BlockMinehutAds.check(chat, ci)) return;

if (BlockRaids.check(chat, ci)) return;

ChatPhraseFilter.check(chat, ci);
}
}

0 comments on commit 8a402bc

Please sign in to comment.