From 8352bfc1d8deedd4d6a0a5b0698fe1f8b9a06e88 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Mon, 7 Nov 2022 18:42:28 +0300 Subject: stringtable done, can't see data properly --- 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 5e75643..2a4cf4b 100644 --- a/packets/types.go +++ b/packets/types.go @@ -62,5 +62,5 @@ type CustomData struct { type StringTables struct { Size int32 - Data []byte + Data []classes.StringTable } -- cgit v1.2.3