From db1846a10f3b878558a8df6e378c5dd3733bfc60 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 15 Jun 2020 14:15:10 +0200 Subject: [PATCH] tset --- packet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()