From 1a235cd499f659fdded486a8dd1b0ed3fff1cfa6 Mon Sep 17 00:00:00 2001 From: Minetest-j45 <55553015+Minetest-j45@users.noreply.github.com> Date: Thu, 2 Jun 2022 18:01:40 +0100 Subject: Make Tokens in ToSrvHaveMedia an array --- tosrvcmds.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tosrvcmds.go') diff --git a/tosrvcmds.go b/tosrvcmds.go index 981bedd..5006ab8 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 + Tokens []uint32 } // ToSrvDeletedBlks tells the server that the client has deleted Blks. -- cgit v1.2.3