Fix login for 1.19.3

This commit is contained in:
Tnze
2022-12-09 00:19:34 +08:00
parent b1cab7ed29
commit 4068ebe6dd
2 changed files with 4 additions and 10 deletions

View File

@ -38,8 +38,8 @@ import (
)
const (
ProtocolName = "1.19.2"
ProtocolVersion = 760
ProtocolName = "1.19.3"
ProtocolVersion = 761
)
type Server struct {