From f5161af6221071eb09023a686f09db666e103963 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 21 Jun 2020 16:34:12 +0200 Subject: [PATCH] test --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index 0ea41bc..658d80e 100644 --- a/main.go +++ b/main.go @@ -22,6 +22,8 @@ func main() { forcePaused bool = true ) + clients = make(map[uint32]*Client) + conn, err := net.Dial("tcp", "poop.siteop.biz:3977") failError(err, "net.Dial") logInfoDebug("Connected to poop.siteop.biz:3977")