sure buddy

This commit is contained in:
DBotThePony 2023-02-23 20:40:06 +07:00
parent 53563e9982
commit 10e71d2ab8
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -28,9 +28,9 @@ private fun Player.getCuriosSlotsImpl(): Collection<Pair<Slot, Slot?>> {
val sortedIdentifiers = ArrayList<String>(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]!!