From 790a62685ea9402a351ce039500d46271e0fb785 Mon Sep 17 00:00:00 2001 From: Minetest-j45 <55553015+Minetest-j45@users.noreply.github.com> Date: Thu, 2 Jun 2022 11:58:09 +0100 Subject: Add new ToSrvHaveMedia cmd --- tosrvcmds.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tosrvcmds.go') diff --git a/tosrvcmds.go b/tosrvcmds.go index 885f200..889191c 100644 --- a/tosrvcmds.go +++ b/tosrvcmds.go @@ -59,6 +59,12 @@ type ToSrvGotBlks struct { Blks [][3]int16 } +// ToSrvHaveMedia tells the server that the client has received the media. +type ToSrvHaveMedia struct { + //mt:len8 + token uint32 +} + // ToSrvDeletedBlks tells the server that the client has deleted Blks. type ToSrvDeletedBlks struct { //mt:len8 -- cgit v1.2.3