mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
added the missing @Transient
This commit is contained in:
@@ -230,7 +230,7 @@ open class GameWorld(
|
||||
}
|
||||
}
|
||||
|
||||
private val forcedTileNumberToNames = hashSetOf(
|
||||
@Transient private val forcedTileNumberToNames = hashSetOf(
|
||||
Block.AIR, Block.UPDATE
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user