From 418a45b3ada777c96d29e33e88e1f2916970cd66 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Wed, 1 Sep 2021 13:27:53 +0200 Subject: Try to rejoin mod channels when switching servers (#28) --- client_conn.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client_conn.go') diff --git a/client_conn.go b/client_conn.go index cb1e6a8..8eb5dcd 100644 --- a/client_conn.go +++ b/client_conn.go @@ -54,6 +54,8 @@ type clientConn struct { playerCAO, currentCAO mt.AOID playerListInit bool + + modChs map[string]struct{} } func (cc *clientConn) server() *serverConn { return cc.srv } -- cgit v1.2.3