seamless zstd integration

This commit is contained in:
minjaesong
2023-12-20 14:45:11 +09:00
parent d4fe903273
commit d6e024974b
6 changed files with 64 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ object WriteWorld {
val world = ingame.world
val currentPlayTime_t = time_t - ingame.loadedTime_t
world.comp = Common.COMP_GZIP
world.comp = Common.COMP_ZSTD
world.lastPlayTime = time_t
world.totalPlayTime += currentPlayTime_t