update 1.19.2 server

This commit is contained in:
Tnze
2022-11-24 00:46:43 +08:00
parent 4fa99fe118
commit 740d14e7c6
3 changed files with 6 additions and 6 deletions

View File

@ -34,8 +34,8 @@ import (
"log"
)
const ProtocolName = "1.19"
const ProtocolVersion = 759
const ProtocolName = "1.19.2"
const ProtocolVersion = 760
type Server struct {
*log.Logger