Skip to content

Commit

Permalink
Merge pull request #161 from Lulu13022002/fix/plugins
Browse files Browse the repository at this point in the history
Clear plugins key for query
  • Loading branch information
xPaw authored Oct 17, 2024
2 parents f9669b8 + d2a9633 commit ce243fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/MinecraftQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ private function GetStatus( string $Challenge ) : void
{
$Info[ 'Plugins' ] = \explode( "; ", $Data[ 1 ] );
}
else
{
$Info[ 'Plugins' ] = '';
}
}
else
{
Expand Down

0 comments on commit ce243fe

Please sign in to comment.