Skip to content

Commit

Permalink
Fix connection problem
Browse files Browse the repository at this point in the history
  • Loading branch information
layou233 committed Jun 24, 2021
1 parent b76cd7a commit d16535f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func main() {
}
defer listen.Close()
for {
//time.Sleep(time.Second)
time.Sleep(time.Second)
windows.SetTitle(
fmt.Sprintf("ZBProxy %v | Online Players: %v", Version, onlineConnections/2))
fromConn, err2 := listen.Accept()
Expand Down

0 comments on commit d16535f

Please sign in to comment.