Skip to content

Commit ce243fe

Browse files
authored
Merge pull request #161 from Lulu13022002/fix/plugins
Clear plugins key for query
2 parents f9669b8 + d2a9633 commit ce243fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/MinecraftQuery.php

+4
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ private function GetStatus( string $Challenge ) : void
187187
{
188188
$Info[ 'Plugins' ] = \explode( "; ", $Data[ 1 ] );
189189
}
190+
else
191+
{
192+
$Info[ 'Plugins' ] = '';
193+
}
190194
}
191195
else
192196
{

0 commit comments

Comments
 (0)