Fix command client connect

This commit is contained in:
世界 2023-03-02 16:40:28 +08:00
parent 8151bcfd6b
commit 27aba99e6c
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,6 @@ func (s *CommandServer) handleStatusConn(conn net.Conn) error {
}
func (c *CommandClient) handleStatusConn(conn net.Conn) {
c.handler.Connected()
for {
var message StatusMessage
err := binary.Read(conn, binary.BigEndian, &message)