Details! Damage Meter

Details! Damage Meter

243M Downloads

Death recap in descending order

beerran opened this issue ยท 8 comments

commented

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

commented

Can confirm the same is happening to me.

commented

In classes/class_utility change in line 754

local bIsReverse = true to local bIsReverse = false

i dont know if it break something

commented

same issue for me and i cant edit it in the options

commented

Applying this patch will make the Deaths window use the sort order from the config window

DeathsSorting.patch

commented

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

commented

In classes/class_utility change in line 754

local bIsReverse = true to local 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.

commented

In classes/class_utility change in line 754
local bIsReverse = true to local 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.

c1668aa
just reverse edit back

commented

In classes/class_utility change in line 754
local bIsReverse = true to local 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.

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.