Skip to content

Commit 497af1d

Browse files
authored
Merge pull request #147 from Fabrimat/protocol
Found unknown1
2 parents e70d843 + a1f35b9 commit 497af1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MinecraftQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ private function GetBedrockStatus( )
240240
[
241241
'GameName' => $Data[ 0 ],
242242
'HostName' => $Data[ 1 ],
243-
'Unknown1' => $Data[ 2 ], // TODO: What is this?
243+
'Protocol' => $Data[ 2 ],
244244
'Version' => $Data[ 3 ],
245245
'Players' => $Data[ 4 ],
246246
'MaxPlayers' => $Data[ 5 ],

0 commit comments

Comments
 (0)