Skip to content

Commit 85fce16

Browse files
committed
import MinecraftLog
1 parent 93abfc5 commit 85fce16

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/Log/Minecraft/CustomSkinLoader/CustomSkinLoaderLog.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
use Aternos\Codex\Analyser\AnalyserInterface;
66
use Aternos\Codex\Minecraft\Analyser\CustomSkinLoaderAnalyser;
77
use Aternos\Codex\Minecraft\Analysis\Information\CustomSkinLoader\CustomSkinLoaderVersionInformation;
8+
use Aternos\Codex\Minecraft\Log\Minecraft\MinecraftLog;
89
use Aternos\Codex\Minecraft\Parser\Parser;
910

1011
/**
1112
* Class CustomSkinLoaderLog
1213
*
1314
* @package Aternos\Codex\Minecraft\Log\Minecraft\CustomSkinLoader
1415
*/
15-
abstract class CustomSkinLoaderLog extends \Aternos\Codex\Minecraft\Log\Minecraft\MinecraftLog
16+
abstract class CustomSkinLoaderLog extends MinecraftLog
1617
{
1718
protected static string $prefixPattern = '\[\d{4}(?:\-\d\d){2} (?:[0-9]{2}\:?){3}(?:\] \[)?[^\]]+[ \/][A-Z]+\](?: \[[^\]]+\]:)? ';
1819
protected static string $pattern = '/^(\[(\d{4}(?:\-\d\d){2} (?:[0-9]{2}\:?){3})(?:\] \[)?[^\]]+[ \/]([A-Z]+)\](?: \[[^\]]+\]:)?) .*$/';

src/Log/Minecraft/PrismLauncher/PrismLauncherLog.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44

55
use Aternos\Codex\Detective\DetectorInterface;
66
use Aternos\Codex\Detective\SinglePatternDetector;
7+
use Aternos\Codex\Minecraft\Log\Minecraft\MinecraftLog;
78
use Aternos\Codex\Minecraft\Parser\Parser;
89

910
/**
1011
* Class PrismLauncherLog
1112
*
1213
* @package Aternos\Codex\Minecraft\Log\Minecraft\PrismLauncherLog
1314
*/
14-
abstract class PrismLauncherLog extends \Aternos\Codex\Minecraft\Log\Minecraft\MinecraftLog
15+
abstract class PrismLauncherLog extends MinecraftLog
1516
{
1617
/**
1718
* @return Parser

0 commit comments

Comments
 (0)