Colossus-Gaming / retroachievements-layout-manager

34 stars 4 forks source link

Stream-labels for last-five display wrong data #15

Closed gorocz closed 1 year ago

gorocz commented 1 year ago

Looks like the txt files for stream-labels of the last-five achievements contain info about the first 5 achievements in the set by id, instead of the last five achievements achieved.

The output window in the actual application is correct.

Using version v1.25.6

lrhodes404 commented 1 year ago

Added the necessary lines to sort and reverse the achievement list before traversing it when writing text files. Thanks for letting me know.