Death recap in descending order
beerran opened this issue ยท 8 comments
Didn't find a changelog.
How do I change the deathlog to Ascending order again?
Last update bricked this. In raid (or basically anywhere) it's rarely interesting to see the Deaths in descending order
In classes/class_utility change in line 754
local bIsReverse = true
to local bIsReverse = false
i dont know if it break something
Applying this patch will make the Deaths window use the sort order from the config window
Well first of all thanks for the patch just a small issue and i apologize if im just ignorant but how do i apply that DeathsSorting.patch ?
Edit: doesnt matter Nerto fix helped
In classes/class_utility change in line 754
local bIsReverse = true
tolocal bIsReverse = false
i dont know if it break something
The new update now has mine sorted the wrong way in raid and I can't find this line anymore to undo it so I don't even know if it's my fault for modifying it before or not.
In classes/class_utility change in line 754
local bIsReverse = true
tolocal bIsReverse = false
i dont know if it break somethingThe new update now has mine sorted the wrong way in raid and I can't find this line anymore to undo it so I don't even know if it's my fault for modifying it before or not.
c1668aa
just reverse edit back
In classes/class_utility change in line 754
local bIsReverse = true
tolocal bIsReverse = false
i dont know if it break somethingThe new update now has mine sorted the wrong way in raid and I can't find this line anymore to undo it so I don't even know if it's my fault for modifying it before or not.
c1668aa just reverse edit back
Maybe I'm dumb but I don't understand what you mean. The code is different now than before and the line that used to be there isn't anymore so I don't understand how I'm supposed to make it normal again.