Skip to content

Commit 451352b

Browse files
committed
they added another symbol
1 parent e4cd529 commit 451352b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/jelly/farmhelperv2/feature/impl/AutoPestExchange.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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!")) {

0 commit comments

Comments
 (0)