Skip to content

Commit

Permalink
Merge pull request #86 from aternosorg/detect-purpur-1-20-6
Browse files Browse the repository at this point in the history
Detect new versions of Purpur
  • Loading branch information
matthi4s authored Sep 2, 2024
2 parents 7fce147 + 5e7b91b commit c0d2f94
Show file tree
Hide file tree
Showing 6 changed files with 573 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Log/Minecraft/Vanilla/Bukkit/Purpur/PurpurLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
*/
abstract class PurpurLog extends PaperLog
{
protected static string $logIdentifier = "(?:Purpur|CraftBukkit) version git\-Purpur";
protected static string $logIdentifier = "(?:Purpur|CraftBukkit) version git\-Purpur"
. "|This server is running Purpur version";

/**
* @return string
Expand Down
Loading

0 comments on commit c0d2f94

Please sign in to comment.