diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/matter/DeleteAction.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/matter/DeleteAction.kt index f208c3bfc..f1b91b715 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/matter/DeleteAction.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/matter/DeleteAction.kt @@ -40,6 +40,9 @@ open class DeleteAction( } class BlacklistAction(id: Either>) : DeleteAction(id) { + override val type: Type<*> + get() = Companion + companion object : Type { override val codec: Codec by lazy { RecordCodecBuilder.create {