From 892fb8f547ce4a31901fb029a762331b1188efb7 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Fri, 11 Nov 2022 23:19:01 +0300 Subject: net/svc messages finally getting parsed correctly --- packets/types.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'packets/types.go') diff --git a/packets/types.go b/packets/types.go index 79cc5c2..41d633a 100644 --- a/packets/types.go +++ b/packets/types.go @@ -23,7 +23,6 @@ type SignOn struct { PacketInfo []classes.CmdInfo InSequence int32 OutSequence int32 - Size int32 Data []messages.Message } @@ -31,25 +30,21 @@ type Packet struct { PacketInfo []classes.CmdInfo InSequence int32 OutSequence int32 - Size int32 Data []messages.Message } type SyncTick struct{} type ConsoleCmd struct { - Size int32 Data string } type UserCmd struct { Cmd int32 - Size int32 Data classes.UserCmdInfo } type DataTables struct { - Size int32 Data classes.DataTable } @@ -59,11 +54,9 @@ type Stop struct { type CustomData struct { Unknown int32 - Size int32 Data []byte } type StringTables struct { - Size int32 Data []classes.StringTable } -- cgit v1.2.3