This commit is contained in:
shoopea 2020-06-21 15:59:09 +02:00
parent c712bcdcd2
commit 8ee33e8d75

View File

@ -197,6 +197,7 @@ func main() {
Command: "clients", Command: "clients",
} }
_, err = conn.Write(px.Bytes()) _, err = conn.Write(px.Bytes())
clients = 0
} }
if !paused && forcePaused { if !paused && forcePaused {