mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-22 12:05:45 +01:00
remove ugly "()" from status
This commit is contained in:
parent
fe594e36a4
commit
3fefca78ca
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user