This commit is contained in:
shoopea 2020-01-16 15:38:10 +08:00
parent 94437db65e
commit 000cfa6b2d

View File

@ -91,7 +91,7 @@ func cronSaveClients() {
muxClients.RLock()
for _, c := range clients {
if c.Active {
clts = append(clts, c)
clts = append(clts, *c)
}
}
muxClients.RUnLock()