mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 11:04:05 +09:00
dump (another useless message)
This commit is contained in:
@@ -16,7 +16,7 @@ import java.io.IOException
|
||||
internal object GsonTest : ConsoleCommand {
|
||||
override fun execute(args: Array<String>) {
|
||||
if (args.size == 2) {
|
||||
val avelem = Gson().toJsonTree((Terrarum.ingame!! as Ingame).player)
|
||||
val avelem = Gson().toJsonTree((Terrarum.ingame!! as Ingame).playableActor)
|
||||
|
||||
val jsonString = avelem.toString()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user