Update 'main.go'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jake Walker 2022-08-09 11:23:38 +00:00
parent 158189ae7d
commit 5bd7802455

View file

@ -174,6 +174,7 @@ func (c *Client) HandshakeLoop(clientVersion string, password string) error {
c.Username,
password,
clientVersion,
"",
})
if err != nil {
return err