mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-13 03:16:05 +08:00
Remove redundant call
This commit is contained in:
parent
43ee2553a7
commit
a03d30c558
@ -26,7 +26,7 @@ internal class OutgoingPacket constructor(
|
||||
val delegate: ByteReadPacket
|
||||
) {
|
||||
val name: String by lazy {
|
||||
name ?: commandName.toString()
|
||||
name ?: commandName
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user