aboutsummaryrefslogtreecommitdiff
path: root/connect.go
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2021-08-30 18:25:15 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2021-08-30 18:25:15 +0200
commite45f61fce14b1a45bc9adf4a39446618e9751d5d (patch)
tree9479792b1357139ff2f1b3a7f9eff664ae828ef6 /connect.go
parent6a5ed858ebce9ad5b0f143ae03d06ca701c9fa9f (diff)
AORmAdd + AOMsgs forwarding + Preserve complex textures
Diffstat (limited to 'connect.go')
-rw-r--r--connect.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/connect.go b/connect.go
index 93bb4e7..1e3c529 100644
--- a/connect.go
+++ b/connect.go
@@ -12,6 +12,7 @@ func connect(conn net.Conn, name string, cc *clientConn) *serverConn {
initCh: make(chan struct{}),
clt: cc,
name: name,
+ aos: make(map[mt.AOID]struct{}),
}
sc.log("-->", "connect")
cc.srv = sc