Add option to emit metrics and logs when players connect to the router (#391)
This commit is contained in:
@@ -80,3 +80,7 @@ type LegacyServerListPing struct {
|
||||
type ByteReader interface {
|
||||
ReadByte() (byte, error)
|
||||
}
|
||||
|
||||
const (
|
||||
PacketLengthFieldBytes = 1
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user