mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-02-21 02:33:37 +01:00
color on dc msg
This commit is contained in:
parent
871390fe61
commit
9fb02237ec
@ -62,6 +62,6 @@ object PlayState : MinecraftConnectionState {
|
||||
override fun disconnect(handler: MinecraftHandler, msg: String) {
|
||||
super.disconnect(handler, msg)
|
||||
writeFlushClose(handler.data.frontChannel,
|
||||
Kick().also { it.msg = JsonPrimitive("[VIAaaS] $msg").toString() })
|
||||
Kick().also { it.msg = JsonPrimitive("[VIAaaS] §c$msg").toString() })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user