Skip to content

Commit

Permalink
Merge pull request #7 from fabianwennink/protocol
Browse files Browse the repository at this point in the history
Set status handshake protocol to -1
  • Loading branch information
PassTheMayo authored Jan 7, 2024
2 parents 0cf8aaa + 70a888e commit a138273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (
defaultJavaStatusOptions = options.JavaStatus{
EnableSRV: true,
Timeout: time.Second * 5,
ProtocolVersion: 47,
ProtocolVersion: -1,
}
)

Expand Down

0 comments on commit a138273

Please sign in to comment.