Skip to content

Commit a1f35b9

Browse files
authored
Found unkown1
1 parent e70d843 commit a1f35b9

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)