diff options
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 | } |