diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-06-08 13:24:26 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-06-08 13:24:26 +0200 |
commit | b1b4fdb9d89013d6ab915c0e911aefb17144def3 (patch) | |
tree | c81696718553bf76914dbb203ed5b88ca8b3ee54 /mapblk.go | |
parent | b42098458a5d4566c8579c9d6042ea36aa88acf2 (diff) |
switch mapblock compression to zstd
Diffstat (limited to 'mapblk.go')
-rw-r--r-- | mapblk.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ type MapBlk struct { //mt:const uint8(2) // Size of param0 in bytes. //mt:const uint8(1 + 1) // Size of param1 and param2 combined, in bytes. - //mt:zlib + //mt:zstd Param0 [4096]Content Param1 [4096]uint8 Param2 [4096]uint8 |