mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-12-26 12:06:24 -05:00
parent
32a58fd5d3
commit
439b2e7472
@ -122,6 +122,7 @@ func (g *GameServer) Start() error {
|
||||
c, err := g.listener.Accept()
|
||||
if err != nil {
|
||||
log.Printf("Unable to accept connection: %s\n", err)
|
||||
return
|
||||
}
|
||||
|
||||
go g.handleConnection(c)
|
||||
|
Loading…
Reference in New Issue
Block a user