Skip to content

Commit 72e462b

Browse files
committed
add $ to the end of the pattern
1 parent 52a8b40 commit 72e462b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Log/Minecraft/Vanilla/Bukkit/Paper/PaperCrashReportLog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static function getDetectors(): array
3030
->addPattern("/^\s+BrandInfo: Paper \(papermc:paper\) version/m"),
3131
(new MultiPatternDetector())
3232
->addPattern("/^---- Minecraft Crash Report ----$/m")
33-
->addPattern("/^\s+Is Modded: Definitely; Server brand changed to 'Paper'/m")
33+
->addPattern("/^\s+Is Modded: Definitely; Server brand changed to 'Paper'$/m")
3434
];
3535
}
3636
}

0 commit comments

Comments
 (0)