Fix search users

This commit is contained in:
downthecrop 2025-10-21 21:13:27 -07:00
parent 215263a129
commit df091ac94b
5 changed files with 32 additions and 197 deletions

View file

@ -341,9 +341,7 @@ object XPTrackerView : View, OnUpdateCallback, OnXPUpdateCallback {
for (i in 0 until 24) {
getSkillIcon(i)
}
} catch (_: Exception) {
// Ignore preload errors; fallback at use time
}
} catch (_: Exception) { }
}