File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/com/jelly/farmhelperv2/feature/impl Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ private Entity getPhillip() {
465465 @ SubscribeEvent (receiveCanceled = true )
466466 public void onChatMessageReceived (ClientChatReceivedEvent event ) {
467467 if (enabled && event .type == 0 && event .message != null && newState == NewState .WAIT_FOR_VACUUM ) {
468- if (event .message .getFormattedText ().contains ("§e[NPC] §6Phillip§f: Thanks for the §6Pests §f," ))
468+ if (event .message .getFormattedText ().contains ("§e[NPC] §6Phillip§f: Thanks for the §2ൠ Pests §f," ))
469469 LogUtils .sendSuccess ("[Auto Pest Exchange] Successfully emptied the vacuum!" );
470470 else {
471471 if (event .message .getUnformattedText ().startsWith ("You've exchanged enough Pests recently! Try emptying your Vacuum Bag later!" )) {
You can’t perform that action at this time.
0 commit comments