This commit is contained in:
shoopea 2020-06-21 16:34:12 +02:00
parent a19781d8ab
commit f5161af622

View File

@ -22,6 +22,8 @@ func main() {
forcePaused bool = true forcePaused bool = true
) )
clients = make(map[uint32]*Client)
conn, err := net.Dial("tcp", "poop.siteop.biz:3977") conn, err := net.Dial("tcp", "poop.siteop.biz:3977")
failError(err, "net.Dial") failError(err, "net.Dial")
logInfoDebug("Connected to poop.siteop.biz:3977") logInfoDebug("Connected to poop.siteop.biz:3977")