writing correct comp id for chosen compressor

This commit is contained in:
minjaesong
2023-12-21 03:53:56 +09:00
parent 6f4e60284b
commit b496e3de3a
3 changed files with 7 additions and 2 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_ZSTD
world.comp = Common.getCompIndex()
world.lastPlayTime = time_t
world.totalPlayTime += currentPlayTime_t