update README.mc

This commit is contained in:
Tnze
2019-05-26 14:59:32 +08:00
parent 837bb0b213
commit 2407b4f0ed
3 changed files with 10 additions and 5 deletions

View File

@ -148,7 +148,9 @@ func (c *Client) JoinServer(addr string, port int) (err error) {
}
c.conn.SetThreshold(int(threshold))
case 0x04: //Login Plugin Request
// fmt.Println("Waring Login Plugin Request")//TODO: handle plugin request
if err := handlePluginPacket(c, pack); err != nil {
return fmt.Errorf("bot: handle plugin packet fail: %v", err)
}
}
}
}