File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/jelly/farmhelperv2/feature/impl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ baseGroup=com.jelly.farmhelperv2
44mcVersion =1.8.9
55modid =farmhelperv2
66modName =FarmHelper
7- version =2.9.6-pre2
7+ version =2.9.7-pre4
88shouldRelease =true
Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ public void onChatReceived(ClientChatReceivedEvent event) {
418418 return ;
419419 }
420420 }
421- if (message .startsWith ("YUM! Pests will now spawn" )) {
421+ if (message .startsWith ("YUM! ൠ Pests will now spawn" )) {
422422 repellentFailsafeClock .schedule (TimeUnit .MILLISECONDS .convert (1 , TimeUnit .HOURS ) + 5_000 );
423423 GameStateHandler .getInstance ().setPestRepellentState (GameStateHandler .BuffState .ACTIVE );
424424 LogUtils .sendDebug ("Repellent used!" );
You can’t perform that action at this time.
0 commit comments