diff --git a/packet.go b/packet.go index 7eec7b7..3656e86 100644 --- a/packet.go +++ b/packet.go @@ -224,7 +224,7 @@ func (p *PacketAdminServerClientInfo) Read(b []byte) { p.Name, _ = r.ReadString(0) c, _ := r.ReadByte() p.Lang = uint8(c) - bs := make([]byte, 4) + bs = make([]byte, 4) _, _ = r.Read(bs) p.Date = binary.LittleEndian.Uint32(bs[0:]) c, _ = r.ReadByte()