Commit 3414a77d authored by Him188's avatar Him188

Make OutgoingPacket.name internal

parent 876a9c7e
......@@ -24,7 +24,7 @@ internal class OutgoingPacket(
val sequenceId: UShort,
internal val delegate: ByteReadPacket
) : Packet {
private val name: String by lazy {
val name: String by lazy {
name ?: packetId.toString()
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment