Send client settings

This commit is contained in:
Tnze
2021-02-27 01:37:05 +08:00
parent 21207830c0
commit 3b83aaf8ae
5 changed files with 21 additions and 4838 deletions

View File

@ -15,8 +15,9 @@ func (e *Events) AddListener(listeners ...PacketHandler) {
if s, ok = e.handlers[l.ID]; !ok {
s = &handlerHeap{l}
e.handlers[l.ID] = s
} else {
s.Push(l)
}
s.Push(l)
}
}