update encryption response packet for 1.19.3

This commit is contained in:
Tnze
2023-01-26 22:42:37 +08:00
parent 2f88446ebc
commit cb00499efe
3 changed files with 17 additions and 59 deletions

View File

@ -5,14 +5,12 @@ import (
"github.com/Tnze/go-mc/data/packetid"
"github.com/Tnze/go-mc/net"
"github.com/Tnze/go-mc/yggdrasil/user"
)
// Client is used to access Minecraft server
type Client struct {
Conn *net.Conn
Auth Auth
KeyPair *user.KeyPairResp
Conn *net.Conn
Auth Auth
Name string
UUID uuid.UUID