]> git.lizzy.rs Git - mt.git/commitdiff
Make Tokens in ToSrvHaveMedia an array
authorMinetest-j45 <55553015+Minetest-j45@users.noreply.github.com>
Thu, 2 Jun 2022 17:01:40 +0000 (18:01 +0100)
committerMinetest-j45 <55553015+Minetest-j45@users.noreply.github.com>
Thu, 2 Jun 2022 17:01:40 +0000 (18:01 +0100)
tosrvcmds.go

index 981bedd811b08c2f9ca9f0cb795221efd5274d69..5006ab8c560c25b45bd8480356b508638cd88520 100644 (file)
@@ -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.