diff options
Diffstat (limited to 'pkg/packets/types.go')
| -rw-r--r-- | pkg/packets/types.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/packets/types.go b/pkg/packets/types.go index 6297b01..a2fb78f 100644 --- a/pkg/packets/types.go +++ b/pkg/packets/types.go | |||
| @@ -42,9 +42,9 @@ type Stop struct { | |||
| 42 | } | 42 | } |
| 43 | 43 | ||
| 44 | type CustomData struct { | 44 | type CustomData struct { |
| 45 | Unknown int32 | 45 | Type int32 |
| 46 | Size int32 | 46 | Size int32 |
| 47 | Data string | 47 | Data string |
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | type StringTables struct { | 50 | type StringTables struct { |