Remove redundant call

This commit is contained in:
Him188 2020-01-28 21:57:20 +08:00
parent 43ee2553a7
commit a03d30c558

View File

@ -26,7 +26,7 @@ internal class OutgoingPacket constructor(
val delegate: ByteReadPacket
) {
val name: String by lazy {
name ?: commandName.toString()
name ?: commandName
}
}