update encryption response packet for 1.19.3
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user