remove ugly "()" from status

This commit is contained in:
creeper123123321 2021-03-25 22:10:41 -03:00 committed by GitHub
parent fe594e36a4
commit 3fefca78ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,9 +37,9 @@ object StatusState : MinecraftConnectionState {
it.addProperty("id", UUID.nameUUIDFromBytes("VIAaaS".toByteArray(Charsets.UTF_8)).toString())
it.addProperty(
"name",
"§9VIAaaS§r (C: §7${handler.data.frontVer!!.parseProtocol()}§r S: §7${
"§9VIAaaS§r C: §7${handler.data.frontVer!!.parseProtocol()}§r S: §7${
handler.data.viaBackServerVer!!.parseProtocol()
}§r)"
}"
)
})
@ -55,4 +55,4 @@ object StatusState : MinecraftConnectionState {
| "sample": []}, "description": {"text": ${Gson().toJson("§c$msg")}}}""".trimMargin()
writeFlushClose(handler.data.frontChannel, packet)
}
}
}