From 10e71d2ab8fda08461589e6890e4a5b0112405c3 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Thu, 23 Feb 2023 20:40:06 +0700 Subject: [PATCH] sure buddy --- .../ru/dbotthepony/mc/otm/compat/curios/CuriosCompat.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/compat/curios/CuriosCompat.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/compat/curios/CuriosCompat.kt index 3242a016c..41f0ef33e 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/compat/curios/CuriosCompat.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/compat/curios/CuriosCompat.kt @@ -28,9 +28,9 @@ private fun Player.getCuriosSlotsImpl(): Collection> { val sortedIdentifiers = ArrayList(handler.curios.keys.size) sortedIdentifiers.addAll(handler.curios.keys) - if (handler.curios !is LinkedHashMap) { - sortedIdentifiers.sort() - } + //if (handler.curios !is LinkedHashMap) { + // sortedIdentifiers.sort() + //} for (identifier in sortedIdentifiers) { val curio = handler.curios[identifier]!!