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 b76cd7a commit d16535fCopy full SHA for d16535f
main.go
@@ -48,7 +48,7 @@ func main() {
48
}
49
defer listen.Close()
50
for {
51
- //time.Sleep(time.Second)
+ time.Sleep(time.Second)
52
windows.SetTitle(
53
fmt.Sprintf("ZBProxy %v | Online Players: %v", Version, onlineConnections/2))
54
fromConn, err2 := listen.Accept()
0 commit comments