From 9e02c214abefbd8c23e4ea84ef2e90fb0dfdc61a Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Fri, 11 Nov 2022 01:15:51 +0300 Subject: fixed net/svc messages, not reading data atm but working --- packets/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packets/types.go') diff --git a/packets/types.go b/packets/types.go index 9a1f667..79cc5c2 100644 --- a/packets/types.go +++ b/packets/types.go @@ -50,7 +50,7 @@ type UserCmd struct { type DataTables struct { Size int32 - Data []byte + Data classes.DataTable } type Stop struct { -- cgit v1.2.3