fix code format

This commit is contained in:
Tnze
2022-11-24 10:01:48 +08:00
parent 740d14e7c6
commit bface07e42
8 changed files with 30 additions and 18 deletions

View File

@ -28,14 +28,17 @@ package server
import (
"errors"
"log"
"github.com/Tnze/go-mc/data/packetid"
"github.com/Tnze/go-mc/net"
pk "github.com/Tnze/go-mc/net/packet"
"log"
)
const ProtocolName = "1.19.2"
const ProtocolVersion = 760
const (
ProtocolName = "1.19.2"
ProtocolVersion = 760
)
type Server struct {
*log.Logger