Skip to content

Commit

Permalink
Merge pull request #37 from aternosorg/fabric-crash-reports
Browse files Browse the repository at this point in the history
detect more fabric crash reports
  • Loading branch information
JulianVennen authored Sep 13, 2022
2 parents 968dee1 + 9f93e9d commit 87e43ee
Show file tree
Hide file tree
Showing 4 changed files with 5,464 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Log/Minecraft/Vanilla/Fabric/FabricCrashReportLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class FabricCrashReportLog extends FabricLog implements CrashReportLogTypeInterf
*/
public static function getDetectors(): array
{
return [(new SinglePatternDetector())->setPattern("/^---- Minecraft Crash Report ----(\n.*)*\n\tKnown server brands: fabric/")];
return [(new SinglePatternDetector())->setPattern("/^---- Minecraft Crash Report ----(\n.*)*\n\t(?:Known )?server brands?: fabric/i")];
}

/**
Expand Down
Loading

0 comments on commit 87e43ee

Please sign in to comment.