This commit is contained in:
parent
158189ae7d
commit
5bd7802455
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -174,6 +174,7 @@ func (c *Client) HandshakeLoop(clientVersion string, password string) error {
|
|||
c.Username,
|
||||
password,
|
||||
clientVersion,
|
||||
"",
|
||||
})
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in a new issue