diff --git a/status.go b/status.go index 2e1fbc9..87552de 100644 --- a/status.go +++ b/status.go @@ -20,7 +20,7 @@ var ( defaultJavaStatusOptions = options.JavaStatus{ EnableSRV: true, Timeout: time.Second * 5, - ProtocolVersion: 47, + ProtocolVersion: -1, } )