Skip to content

Commit

Permalink
Move zeros in the packet to follow documentation update (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
DAMcraft authored and kevinkjt2000 committed Jul 4, 2023
1 parent f50bd7d commit 856a0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcstatus/bedrock_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class BedrockServerStatus:
request_status_data = bytes.fromhex(
# see https://wiki.vg/Raknet_Protocol#Unconnected_Ping
"01" + "000000000000000000" + "ffff00fefefefefdfdfdfd12345678" + "0000000000000000" # fmt: skip
"01" + "0000000000000000" + "00ffff00fefefefefdfdfdfd12345678" + "0000000000000000" # fmt: skip
)

def __init__(self, address: Address, timeout: float = 3):
Expand Down

0 comments on commit 856a0de

Please sign in to comment.