aboutsummaryrefslogtreecommitdiff
path: root/packets/types.go
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2022-11-11 01:15:51 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-09-16 21:39:41 +0300
commit9e02c214abefbd8c23e4ea84ef2e90fb0dfdc61a (patch)
tree4c5f81bccd9babcfd65d5d9f3d56704c9fd4930a /packets/types.go
parentbetter debugging, still broken (diff)
downloadsdp.go-9e02c214abefbd8c23e4ea84ef2e90fb0dfdc61a.tar.gz
sdp.go-9e02c214abefbd8c23e4ea84ef2e90fb0dfdc61a.tar.bz2
sdp.go-9e02c214abefbd8c23e4ea84ef2e90fb0dfdc61a.zip
fixed net/svc messages, not reading data atm but working
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 {