added the missing @Transient

This commit is contained in:
minjaesong
2023-10-06 00:42:35 +09:00
parent 7c734240b3
commit 5345a330b0

View File

@@ -230,7 +230,7 @@ open class GameWorld(
}
}
private val forcedTileNumberToNames = hashSetOf(
@Transient private val forcedTileNumberToNames = hashSetOf(
Block.AIR, Block.UPDATE
)