mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-16 21:44:05 +09:00
reading text from JInputField to support multilingual input
Former-commit-id: 4dc1228ba000f88d3af29569aa3954cb8acc4d90 Former-commit-id: 7fd7f8bd4f35e3be30cd9fa0da96684a48eedad3
This commit is contained in:
@@ -53,7 +53,8 @@ object CommandDict {
|
||||
Pair("spawnball", SpawnPhysTestBall),
|
||||
Pair("spawntorch", SpawnTikiTorch),
|
||||
Pair("musictest", MusicTest),
|
||||
Pair("spawntapestry", SpawnTapestry)
|
||||
Pair("spawntapestry", SpawnTapestry),
|
||||
Pair("imtest", JavaIMTest)
|
||||
)
|
||||
|
||||
operator fun get(commandName: String): ConsoleCommand {
|
||||
|
||||
Reference in New Issue
Block a user