test
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user