From 76a32e21a4e1b380d486886d73cfe9ad25a1d7a1 Mon Sep 17 00:00:00 2001 From: MscBaiMeow Date: Wed, 16 Jun 2021 09:10:56 +0800 Subject: [PATCH] revise a mistake --- bot/mcbot.go | 1 - 1 file changed, 1 deletion(-) diff --git a/bot/mcbot.go b/bot/mcbot.go index 4ce8a4c..f3a8b2f 100644 --- a/bot/mcbot.go +++ b/bot/mcbot.go @@ -163,7 +163,6 @@ func (c *Client) join(d *net.Dialer, addr string) error { return LoginErr{"login Plugin", err} } } - return nil } } }