mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 11:04:05 +09:00
fix: game crashes on pasting text
This commit is contained in:
@@ -73,8 +73,8 @@ basegame
|
||||
// Commit counts up to the Release 0.3.3: 3020
|
||||
|
||||
// val VERSION_SNAPSHOT = Snapshot(0) // for normal dev
|
||||
// val VERSION_SNAPSHOT = ForcedSnapshot("24w04a") // for snapshot release
|
||||
val VERSION_SNAPSHOT = null // for the release
|
||||
val VERSION_SNAPSHOT = ForcedSnapshot("24w07b") // for snapshot release
|
||||
// val VERSION_SNAPSHOT = null // for the release
|
||||
|
||||
const val VERSION_TAG: String = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user