diff --git a/core/src/com/unciv/logic/map/TileInfo.kt b/core/src/com/unciv/logic/map/TileInfo.kt index f978d0fd60..98e2d8acbd 100644 --- a/core/src/com/unciv/logic/map/TileInfo.kt +++ b/core/src/com/unciv/logic/map/TileInfo.kt @@ -53,7 +53,7 @@ open class TileInfo { lateinit var baseTerrain: String val terrainFeatures: ArrayList = ArrayList() - @Transient // So it won't be serialized from now on + //@Transient // So it won't be serialized from now on @Deprecated(message = "Since 3.13.7 - gets replaced by terrainFeatures") var terrainFeature: String? = null get() = terrainFeatures.firstOrNull()