We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1981887 commit ff08e8eCopy full SHA for ff08e8e
1 file changed
src/Classes/ImportTab.lua
@@ -454,9 +454,7 @@ function ImportTabClass:DownloadCharacterList()
454
t_insert(self.controls.charSelectLeague.list, {
455
label = "All",
456
})
457
- if self.controls.charSelectLeague.selIndex > #self.controls.charSelectLeague.list then
458
- self.controls.charSelectLeague.selIndex = 1
459
- end
+ self.controls.charSelectLeague.selIndex = #self.controls.charSelectLeague.list
460
self.lastCharList = charList
461
self:BuildCharacterList(self.controls.charSelectLeague:GetSelValue("league"))
462
0 commit comments