From 83e5741cd44f67433b97404a73b9200838fc4b20 Mon Sep 17 00:00:00 2001 From: rampaa Date: Sat, 5 Oct 2024 15:51:27 +0300 Subject: [PATCH] Minor --- JL.Core/Lookup/LookupUtils.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JL.Core/Lookup/LookupUtils.cs b/JL.Core/Lookup/LookupUtils.cs index 32424361..b1d2f3ad 100644 --- a/JL.Core/Lookup/LookupUtils.cs +++ b/JL.Core/Lookup/LookupUtils.cs @@ -382,7 +382,7 @@ private static List SortLookupResults(IEnumerable lo if (index < 0) { - return 3; + return 2; } if (lookupResult.MiscList is not null) @@ -403,7 +403,7 @@ private static List SortLookupResults(IEnumerable lo { if (readingsOrthographyInfo[i] is "ok" or "ik" or "rk") { - return 2; + return 3; } } }