fix: game crashes on pasting text

This commit is contained in:
minjaesong
2024-02-17 15:26:18 +09:00
parent a7ba39a43c
commit 6da155d4f3
4 changed files with 9 additions and 7 deletions

View File

@@ -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 = ""