We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f2263 commit 238fc61Copy full SHA for 238fc61
src/main/java/dev/xpple/seedmapper/util/SavedSeedChatCatcher.java
@@ -8,7 +8,7 @@
8
9
public final class SavedSeedChatCatcher {
10
11
- private static final Pattern FOUND_SEED_PATTERN = Pattern.compile("(?i)found world seed \\[(-?\\d+)]\\s+from database");
+ private static final Pattern FOUND_SEED_PATTERN = Pattern.compile("(?i)found world seed \\[(-?\\d+)](?:\\s+from database)?");
12
13
private SavedSeedChatCatcher() {
14
}
0 commit comments