mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +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
|
Block.AIR, Block.UPDATE
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user