From 032bab4c3363ca1fec33734ef18b13ee53458729 Mon Sep 17 00:00:00 2001 From: Minetest-j45 <55553015+Minetest-j45@users.noreply.github.com> Date: Thu, 2 Jun 2022 17:50:18 +0100 Subject: [PATCH] Actually export Token in ToSrvHaveMedia --- tosrvcmds.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.44.0