Skip to content

Commit 238fc61

Browse files
committed
Fixed SeedCracker Auto Apply
1 parent f9f2263 commit 238fc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/xpple/seedmapper/util/SavedSeedChatCatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
public final class SavedSeedChatCatcher {
1010

11-
private static final Pattern FOUND_SEED_PATTERN = Pattern.compile("(?i)found world seed \\[(-?\\d+)]\\s+from database");
11+
private static final Pattern FOUND_SEED_PATTERN = Pattern.compile("(?i)found world seed \\[(-?\\d+)](?:\\s+from database)?");
1212

1313
private SavedSeedChatCatcher() {
1414
}

0 commit comments

Comments
 (0)