We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d61637 commit 49921bbCopy full SHA for 49921bb
cmd/ssl-auto-ref-client/main.go
@@ -30,6 +30,7 @@ func main() {
30
privateKey = client.LoadPrivateKey(*privateKeyLocation)
31
32
if *autoDetectAddress {
33
+ log.Print("Trying to detect host based on incoming referee messages...")
34
host := client.DetectHost(*udpAddress)
35
if host != "" {
36
log.Print("Detected game-controller host: ", host)
cmd/ssl-team-client/main.go
@@ -31,6 +31,7 @@ func main() {
37
0 commit comments