diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-11-11 01:15:51 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-16 21:39:41 +0300 |
| commit | 9e02c214abefbd8c23e4ea84ef2e90fb0dfdc61a (patch) | |
| tree | 4c5f81bccd9babcfd65d5d9f3d56704c9fd4930a /packets/types.go | |
| parent | better debugging, still broken (diff) | |
| download | sdp.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.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 { |