Skip to content

Commit

Permalink
update exegesis
Browse files Browse the repository at this point in the history
  • Loading branch information
molanp committed Feb 8, 2025
1 parent 93cdefa commit 50aabe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mc_check/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def get_java(
if result.connection_status is not ConnStatus.CONNFAIL:
result = MineStat(host, port, timeout, SlpProtocols.EXTENDED_LEGACY, refer, v6)

# Minecraft 1.9+ (JSON SLP)
# Minecraft 1.9+ (QUERY SLP)
if result.connection_status is not ConnStatus.CONNFAIL:
result = MineStat(host, port, timeout, SlpProtocols.QUERY, refer, v6)

Expand Down

0 comments on commit 50aabe0

Please sign in to comment.