From: Minetest-j45 <55553015+Minetest-j45@users.noreply.github.com> Date: Thu, 2 Jun 2022 16:50:18 +0000 (+0100) Subject: Actually export Token in ToSrvHaveMedia X-Git-Tag: v0.0.1~11 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=032bab4c3363ca1fec33734ef18b13ee53458729;p=mt.git Actually export Token in ToSrvHaveMedia --- 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.