aboutsummaryrefslogtreecommitdiff
path: root/packets/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'packets/types.go')
-rw-r--r--packets/types.go2
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
51type DataTables struct { 51type DataTables struct {
52 Size int32 52 Size int32
53 Data []byte 53 Data classes.DataTable
54} 54}
55 55
56type Stop struct { 56type Stop struct {