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 9a1f667..79cc5c2 100644 --- a/packets/types.go +++ b/packets/types.go | |||
| @@ -50,7 +50,7 @@ type UserCmd struct { | |||
| 50 | 50 | ||
| 51 | type DataTables struct { | 51 | type DataTables struct { |
| 52 | Size int32 | 52 | Size int32 |
| 53 | Data []byte | 53 | Data classes.DataTable |
| 54 | } | 54 | } |
| 55 | 55 | ||
| 56 | type Stop struct { | 56 | type Stop struct { |