test
This commit is contained in:
parent
e8af3c3ad8
commit
746e85e20e
2
def.go
2
def.go
@ -59,7 +59,7 @@ type PacketAdminJoin struct {
|
|||||||
func (p *PacketAdminJoin) Bytes() []byte {
|
func (p *PacketAdminJoin) Bytes() []byte {
|
||||||
buf := new(bytes.Buffer)
|
buf := new(bytes.Buffer)
|
||||||
p.PLength = uint16(binary.Size(p))
|
p.PLength = uint16(binary.Size(p))
|
||||||
err := binary.Write(buf, binary.LittleEndian, p)
|
err := binary.Write(buf, binary.LittleEndian, p.Packet)
|
||||||
logErrorDebug(err, "binary.Write")
|
logErrorDebug(err, "binary.Write")
|
||||||
return buf.Bytes()
|
return buf.Bytes()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user