test
This commit is contained in:
parent
db1846a10f
commit
84db313eee
@ -237,6 +237,6 @@ func (p *PacketAdminServerClientError) Read(b []byte) {
|
|||||||
bs := make([]byte, 4)
|
bs := make([]byte, 4)
|
||||||
_, _ = r.Read(bs)
|
_, _ = r.Read(bs)
|
||||||
p.ClientID = binary.LittleEndian.Uint32(bs[0:])
|
p.ClientID = binary.LittleEndian.Uint32(bs[0:])
|
||||||
c, _ = r.ReadByte()
|
c, _ := r.ReadByte()
|
||||||
p.ErrorID = uint8(c)
|
p.ErrorID = uint8(c)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user