Skip to content

Commit 962c9bf

Browse files
committed
Fix Stereo Harmony not working for Wild Rose contest
1 parent d5c26c8 commit 962c9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/hysky/skyblocker/skyblock/garden/StereoHarmonyHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import it.unimi.dsi.fastutil.ints.Int2ObjectMap;
1414

1515
public class StereoHarmonyHelper extends SimpleContainerSolver {
16-
private static final Pattern PEST_NAME_PATTERN = Pattern.compile("^When playing, (?<name>.+) Pests are(?: more)*");
16+
private static final Pattern PEST_NAME_PATTERN = Pattern.compile("^When playing, (?<name>.+) Pests.*");
1717
public static final StereoHarmonyHelper INSTANCE = new StereoHarmonyHelper();
1818

1919
private StereoHarmonyHelper() {

0 commit comments

Comments
 (0)