diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/android/AndroidResearchType.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/android/AndroidResearchType.kt index f4eb7a76a..931d545c0 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/android/AndroidResearchType.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/android/AndroidResearchType.kt @@ -371,7 +371,7 @@ class AndroidResearchType( } val displayContents: ComponentContents by lazy { - TranslatableContents(displayId, null, arrayOf()) + TranslatableContents(displayId) } val displayName: Component get() {