diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-11-07 18:42:28 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-16 21:39:38 +0300 |
| commit | 8352bfc1d8deedd4d6a0a5b0698fe1f8b9a06e88 (patch) | |
| tree | 69fd0825f69ff70fe0c8ae597cfe20a91af2d961 /packets/types.go | |
| parent | starting stringtable (diff) | |
| download | sdp.go-8352bfc1d8deedd4d6a0a5b0698fe1f8b9a06e88.tar.gz sdp.go-8352bfc1d8deedd4d6a0a5b0698fe1f8b9a06e88.tar.bz2 sdp.go-8352bfc1d8deedd4d6a0a5b0698fe1f8b9a06e88.zip | |
stringtable done, can't see data properly
Diffstat (limited to 'packets/types.go')
| -rw-r--r-- | packets/types.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
| 62 | 62 | ||
| 63 | type StringTables struct { | 63 | type StringTables struct { |
| 64 | Size int32 | 64 | Size int32 |
| 65 | Data []byte | 65 | Data []classes.StringTable |
| 66 | } | 66 | } |