From 2506f0fe0e9f9139d3e43ef542cd9a3920d71d5d Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Mon, 1 Jan 2024 22:17:23 +0700 Subject: [PATCH] Fix missed translatable contents --- .../kotlin/ru/dbotthepony/mc/otm/android/AndroidResearchType.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {