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 52a8b40 commit 72e462bCopy full SHA for 72e462b
src/Log/Minecraft/Vanilla/Bukkit/Paper/PaperCrashReportLog.php
@@ -30,7 +30,7 @@ public static function getDetectors(): array
30
->addPattern("/^\s+BrandInfo: Paper \(papermc:paper\) version/m"),
31
(new MultiPatternDetector())
32
->addPattern("/^---- Minecraft Crash Report ----$/m")
33
- ->addPattern("/^\s+Is Modded: Definitely; Server brand changed to 'Paper'/m")
+ ->addPattern("/^\s+Is Modded: Definitely; Server brand changed to 'Paper'$/m")
34
];
35
}
36
0 commit comments