diff options
author | Minetest-j45 <55553015+Minetest-j45@users.noreply.github.com> | 2022-06-02 17:50:18 +0100 |
---|---|---|
committer | Minetest-j45 <55553015+Minetest-j45@users.noreply.github.com> | 2022-06-02 17:50:18 +0100 |
commit | 032bab4c3363ca1fec33734ef18b13ee53458729 (patch) | |
tree | 661fa9c568167014c62f32f6ad629607448812cd | |
parent | 0f4a884533259e755079807976495e2782af0769 (diff) | |
download | mt-032bab4c3363ca1fec33734ef18b13ee53458729.tar.xz |
Actually export Token in ToSrvHaveMedia
-rw-r--r-- | tosrvcmds.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tosrvcmds.go b/tosrvcmds.go index 889191c..981bedd 100644 --- a/tosrvcmds.go +++ b/tosrvcmds.go @@ -62,7 +62,7 @@ type ToSrvGotBlks struct { // ToSrvHaveMedia tells the server that the client has received the media. type ToSrvHaveMedia struct { //mt:len8 - token uint32 + Token uint32 } // ToSrvDeletedBlks tells the server that the client has deleted Blks. |