Skip to content

Commit d2a9633

Browse files
committed
Clear plugins key
1 parent b522ec6 commit d2a9633

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/MinecraftQuery.php

Lines changed: 4 additions & 0 deletions
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)