From 9f5e8f230d35fffb106088b72e5fdb148905f450 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Thu, 10 Nov 2022 22:59:32 +0300 Subject: added almost all net/svc messages - currently broken --- packets/packet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packets/packet.go') diff --git a/packets/packet.go b/packets/packet.go index 23a21e6..b27f2e7 100644 --- a/packets/packet.go +++ b/packets/packet.go @@ -44,7 +44,7 @@ func ParsePacket(reader *bitreader.ReaderType) (status int) { Size: int32(reader.TryReadInt32()), } consoleCmd.Data = reader.TryReadStringLen(int(consoleCmd.Size)) - //fmt.Printf("[%d] (%d) ConsoleCmd: %s\n", messageTick, messageType, consoleCmd.Data) + fmt.Printf("[%d] (%d) ConsoleCmd: %s\n", messageTick, messageType, consoleCmd.Data) return 4 case 0x05: // TODO: UserCmd - Buttons userCmd := UserCmd{ -- cgit v1.2.3